Identitycollectorbuiltinpropertiesresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Types | []Identitycollectorbuiltinpropertiesbytype | Built-in source attribute names grouped by identity collector type. |
Methods
NewIdentitycollectorbuiltinpropertiesresponse
func NewIdentitycollectorbuiltinpropertiesresponse(types []Identitycollectorbuiltinpropertiesbytype, ) *Identitycollectorbuiltinpropertiesresponse
NewIdentitycollectorbuiltinpropertiesresponse instantiates a new Identitycollectorbuiltinpropertiesresponse 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
NewIdentitycollectorbuiltinpropertiesresponseWithDefaults
func NewIdentitycollectorbuiltinpropertiesresponseWithDefaults() *Identitycollectorbuiltinpropertiesresponse
NewIdentitycollectorbuiltinpropertiesresponseWithDefaults instantiates a new Identitycollectorbuiltinpropertiesresponse 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
GetTypes
func (o *Identitycollectorbuiltinpropertiesresponse) GetTypes() []Identitycollectorbuiltinpropertiesbytype
GetTypes returns the Types field if non-nil, zero value otherwise.
GetTypesOk
func (o *Identitycollectorbuiltinpropertiesresponse) GetTypesOk() (*[]Identitycollectorbuiltinpropertiesbytype, bool)
GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTypes
func (o *Identitycollectorbuiltinpropertiesresponse) SetTypes(v []Identitycollectorbuiltinpropertiesbytype)
SetTypes sets Types field to given value.