Name | Type | Description | Notes |
---|---|---|---|
Activation | Pointer to ActivationDTO | [optional] | |
DefaultResource | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
ElementId | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
IgnoredWebResources | Pointer to []string | [optional] | |
Name | Pointer to string | [optional] | |
PartnerAppLocation | Pointer to LocationDTO | [optional] | |
RelayingPartyLocation | Pointer to LocationDTO | [optional] | |
ServiceConnection | Pointer to ServiceConnectionDTO | [optional] | |
SloLocation | Pointer to LocationDTO | [optional] | |
SloLocationEnabled | Pointer to bool | [optional] | |
StsEncryptingCertSubject | Pointer to string | [optional] | |
StsMetadata | Pointer to ResourceDTO | [optional] | |
StsSigningCertSubject | Pointer to string | [optional] | |
X | Pointer to float64 | [optional] | |
Y | Pointer to float64 | [optional] |
func NewSharepointResourceDTO() *SharepointResourceDTO
NewSharepointResourceDTO instantiates a new SharepointResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSharepointResourceDTOWithDefaults() *SharepointResourceDTO
NewSharepointResourceDTOWithDefaults instantiates a new SharepointResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SharepointResourceDTO) GetActivation() ActivationDTO
GetActivation returns the Activation field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetActivationOk() (*ActivationDTO, bool)
GetActivationOk returns a tuple with the Activation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetActivation(v ActivationDTO)
SetActivation sets Activation field to given value.
func (o *SharepointResourceDTO) HasActivation() bool
HasActivation returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetDefaultResource() string
GetDefaultResource returns the DefaultResource field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetDefaultResourceOk() (*string, bool)
GetDefaultResourceOk returns a tuple with the DefaultResource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetDefaultResource(v string)
SetDefaultResource sets DefaultResource field to given value.
func (o *SharepointResourceDTO) HasDefaultResource() bool
HasDefaultResource returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SharepointResourceDTO) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetElementId() string
GetElementId returns the ElementId field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetElementIdOk() (*string, bool)
GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetElementId(v string)
SetElementId sets ElementId field to given value.
func (o *SharepointResourceDTO) HasElementId() bool
HasElementId returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetId(v int64)
SetId sets Id field to given value.
func (o *SharepointResourceDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetIgnoredWebResources() []string
GetIgnoredWebResources returns the IgnoredWebResources field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetIgnoredWebResourcesOk() (*[]string, bool)
GetIgnoredWebResourcesOk returns a tuple with the IgnoredWebResources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetIgnoredWebResources(v []string)
SetIgnoredWebResources sets IgnoredWebResources field to given value.
func (o *SharepointResourceDTO) HasIgnoredWebResources() bool
HasIgnoredWebResources returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetName(v string)
SetName sets Name field to given value.
func (o *SharepointResourceDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetPartnerAppLocation() LocationDTO
GetPartnerAppLocation returns the PartnerAppLocation field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetPartnerAppLocationOk() (*LocationDTO, bool)
GetPartnerAppLocationOk returns a tuple with the PartnerAppLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetPartnerAppLocation(v LocationDTO)
SetPartnerAppLocation sets PartnerAppLocation field to given value.
func (o *SharepointResourceDTO) HasPartnerAppLocation() bool
HasPartnerAppLocation returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetRelayingPartyLocation() LocationDTO
GetRelayingPartyLocation returns the RelayingPartyLocation field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetRelayingPartyLocationOk() (*LocationDTO, bool)
GetRelayingPartyLocationOk returns a tuple with the RelayingPartyLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetRelayingPartyLocation(v LocationDTO)
SetRelayingPartyLocation sets RelayingPartyLocation field to given value.
func (o *SharepointResourceDTO) HasRelayingPartyLocation() bool
HasRelayingPartyLocation returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetServiceConnection() ServiceConnectionDTO
GetServiceConnection returns the ServiceConnection field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetServiceConnectionOk() (*ServiceConnectionDTO, bool)
GetServiceConnectionOk returns a tuple with the ServiceConnection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetServiceConnection(v ServiceConnectionDTO)
SetServiceConnection sets ServiceConnection field to given value.
func (o *SharepointResourceDTO) HasServiceConnection() bool
HasServiceConnection returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetSloLocation() LocationDTO
GetSloLocation returns the SloLocation field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetSloLocationOk() (*LocationDTO, bool)
GetSloLocationOk returns a tuple with the SloLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetSloLocation(v LocationDTO)
SetSloLocation sets SloLocation field to given value.
func (o *SharepointResourceDTO) HasSloLocation() bool
HasSloLocation returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetSloLocationEnabled() bool
GetSloLocationEnabled returns the SloLocationEnabled field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetSloLocationEnabledOk() (*bool, bool)
GetSloLocationEnabledOk returns a tuple with the SloLocationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetSloLocationEnabled(v bool)
SetSloLocationEnabled sets SloLocationEnabled field to given value.
func (o *SharepointResourceDTO) HasSloLocationEnabled() bool
HasSloLocationEnabled returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetStsEncryptingCertSubject() string
GetStsEncryptingCertSubject returns the StsEncryptingCertSubject field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetStsEncryptingCertSubjectOk() (*string, bool)
GetStsEncryptingCertSubjectOk returns a tuple with the StsEncryptingCertSubject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetStsEncryptingCertSubject(v string)
SetStsEncryptingCertSubject sets StsEncryptingCertSubject field to given value.
func (o *SharepointResourceDTO) HasStsEncryptingCertSubject() bool
HasStsEncryptingCertSubject returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetStsMetadata() ResourceDTO
GetStsMetadata returns the StsMetadata field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetStsMetadataOk() (*ResourceDTO, bool)
GetStsMetadataOk returns a tuple with the StsMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetStsMetadata(v ResourceDTO)
SetStsMetadata sets StsMetadata field to given value.
func (o *SharepointResourceDTO) HasStsMetadata() bool
HasStsMetadata returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetStsSigningCertSubject() string
GetStsSigningCertSubject returns the StsSigningCertSubject field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetStsSigningCertSubjectOk() (*string, bool)
GetStsSigningCertSubjectOk returns a tuple with the StsSigningCertSubject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetStsSigningCertSubject(v string)
SetStsSigningCertSubject sets StsSigningCertSubject field to given value.
func (o *SharepointResourceDTO) HasStsSigningCertSubject() bool
HasStsSigningCertSubject returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetX() float64
GetX returns the X field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetXOk() (*float64, bool)
GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetX(v float64)
SetX sets X field to given value.
func (o *SharepointResourceDTO) HasX() bool
HasX returns a boolean if a field has been set.
func (o *SharepointResourceDTO) GetY() float64
GetY returns the Y field if non-nil, zero value otherwise.
func (o *SharepointResourceDTO) GetYOk() (*float64, bool)
GetYOk returns a tuple with the Y field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharepointResourceDTO) SetY(v float64)
SetY sets Y field to given value.
func (o *SharepointResourceDTO) HasY() bool
HasY returns a boolean if a field has been set.