Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to []UPAttribute | [optional] | |
Groups | Pointer to []UPGroup | [optional] | |
UnmanagedAttributePolicy | Pointer to UnmanagedAttributePolicy | [optional] |
func NewUPConfig() *UPConfig
NewUPConfig instantiates a new UPConfig 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 NewUPConfigWithDefaults() *UPConfig
NewUPConfigWithDefaults instantiates a new UPConfig 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 *UPConfig) GetAttributes() []UPAttribute
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *UPConfig) GetAttributesOk() (*[]UPAttribute, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UPConfig) SetAttributes(v []UPAttribute)
SetAttributes sets Attributes field to given value.
func (o *UPConfig) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *UPConfig) GetGroups() []UPGroup
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *UPConfig) GetGroupsOk() (*[]UPGroup, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UPConfig) SetGroups(v []UPGroup)
SetGroups sets Groups field to given value.
func (o *UPConfig) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (o *UPConfig) GetUnmanagedAttributePolicy() UnmanagedAttributePolicy
GetUnmanagedAttributePolicy returns the UnmanagedAttributePolicy field if non-nil, zero value otherwise.
func (o *UPConfig) GetUnmanagedAttributePolicyOk() (*UnmanagedAttributePolicy, bool)
GetUnmanagedAttributePolicyOk returns a tuple with the UnmanagedAttributePolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UPConfig) SetUnmanagedAttributePolicy(v UnmanagedAttributePolicy)
SetUnmanagedAttributePolicy sets UnmanagedAttributePolicy field to given value.
func (o *UPConfig) HasUnmanagedAttributePolicy() bool
HasUnmanagedAttributePolicy returns a boolean if a field has been set.