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] |
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
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
func (o *AdapterConfigPolicy) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
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.
func (o *AdapterConfigPolicy) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *AdapterConfigPolicy) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
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.
func (o *AdapterConfigPolicy) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AdapterConfigPolicy) GetSettings() []AdapterAdapterConfig
GetSettings returns the Settings field if non-nil, zero value otherwise.
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.
func (o *AdapterConfigPolicy) SetSettings(v []AdapterAdapterConfig)
SetSettings sets Settings field to given value.
func (o *AdapterConfigPolicy) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *AdapterConfigPolicy) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *AdapterConfigPolicy) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil
func (o *AdapterConfigPolicy) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
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.
func (o *AdapterConfigPolicy) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *AdapterConfigPolicy) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *AdapterConfigPolicy) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *AdapterConfigPolicy) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *AdapterConfigPolicy) GetProfiles() []PolicyAbstractConfigProfileRelationship
GetProfiles returns the Profiles field if non-nil, zero value otherwise.
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.
func (o *AdapterConfigPolicy) SetProfiles(v []PolicyAbstractConfigProfileRelationship)
SetProfiles sets Profiles field to given value.
func (o *AdapterConfigPolicy) HasProfiles() bool
HasProfiles returns a boolean if a field has been set.
func (o *AdapterConfigPolicy) SetProfilesNil(b bool)
SetProfilesNil sets the value for Profiles to be an explicit nil
func (o *AdapterConfigPolicy) UnsetProfiles()
UnsetProfiles ensures that no value is present for Profiles, not even an explicit nil