Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 5.86 KB

AdapterConfigPolicy.md

File metadata and controls

180 lines (99 loc) · 5.86 KB

AdapterConfigPolicy

Properties

Name Type Description Notes
ClassId string The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to "adapter.ConfigPolicy"]
ObjectType string The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to "adapter.ConfigPolicy"]
Settings Pointer to []AdapterAdapterConfig [optional]
Organization Pointer to NullableOrganizationOrganizationRelationship [optional]
Profiles Pointer to []PolicyAbstractConfigProfileRelationship An array of relationships to policyAbstractConfigProfile resources. [optional]

Methods

NewAdapterConfigPolicy

func NewAdapterConfigPolicy(classId string, objectType string, ) *AdapterConfigPolicy

NewAdapterConfigPolicy instantiates a new AdapterConfigPolicy 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

NewAdapterConfigPolicyWithDefaults

func NewAdapterConfigPolicyWithDefaults() *AdapterConfigPolicy

NewAdapterConfigPolicyWithDefaults instantiates a new AdapterConfigPolicy 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

GetClassId

func (o *AdapterConfigPolicy) GetClassId() string

GetClassId returns the ClassId field if non-nil, zero value otherwise.

GetClassIdOk

func (o *AdapterConfigPolicy) GetClassIdOk() (*string, bool)

GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClassId

func (o *AdapterConfigPolicy) SetClassId(v string)

SetClassId sets ClassId field to given value.

GetObjectType

func (o *AdapterConfigPolicy) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *AdapterConfigPolicy) GetObjectTypeOk() (*string, bool)

GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjectType

func (o *AdapterConfigPolicy) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetSettings

func (o *AdapterConfigPolicy) GetSettings() []AdapterAdapterConfig

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *AdapterConfigPolicy) GetSettingsOk() (*[]AdapterAdapterConfig, bool)

GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSettings

func (o *AdapterConfigPolicy) SetSettings(v []AdapterAdapterConfig)

SetSettings sets Settings field to given value.

HasSettings

func (o *AdapterConfigPolicy) HasSettings() bool

HasSettings returns a boolean if a field has been set.

SetSettingsNil

func (o *AdapterConfigPolicy) SetSettingsNil(b bool)

SetSettingsNil sets the value for Settings to be an explicit nil

UnsetSettings

func (o *AdapterConfigPolicy) UnsetSettings()

UnsetSettings ensures that no value is present for Settings, not even an explicit nil

GetOrganization

func (o *AdapterConfigPolicy) GetOrganization() OrganizationOrganizationRelationship

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *AdapterConfigPolicy) GetOrganizationOk() (*OrganizationOrganizationRelationship, bool)

GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganization

func (o *AdapterConfigPolicy) SetOrganization(v OrganizationOrganizationRelationship)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *AdapterConfigPolicy) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

SetOrganizationNil

func (o *AdapterConfigPolicy) SetOrganizationNil(b bool)

SetOrganizationNil sets the value for Organization to be an explicit nil

UnsetOrganization

func (o *AdapterConfigPolicy) UnsetOrganization()

UnsetOrganization ensures that no value is present for Organization, not even an explicit nil

GetProfiles

func (o *AdapterConfigPolicy) GetProfiles() []PolicyAbstractConfigProfileRelationship

GetProfiles returns the Profiles field if non-nil, zero value otherwise.

GetProfilesOk

func (o *AdapterConfigPolicy) GetProfilesOk() (*[]PolicyAbstractConfigProfileRelationship, bool)

GetProfilesOk returns a tuple with the Profiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProfiles

func (o *AdapterConfigPolicy) SetProfiles(v []PolicyAbstractConfigProfileRelationship)

SetProfiles sets Profiles field to given value.

HasProfiles

func (o *AdapterConfigPolicy) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

SetProfilesNil

func (o *AdapterConfigPolicy) SetProfilesNil(b bool)

SetProfilesNil sets the value for Profiles to be an explicit nil

UnsetProfiles

func (o *AdapterConfigPolicy) UnsetProfiles()

UnsetProfiles ensures that no value is present for Profiles, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]