Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.35 KB

NonEmployeeSourceLiteWithSchemaAttributesAllOf.md

File metadata and controls

56 lines (31 loc) · 2.35 KB

NonEmployeeSourceLiteWithSchemaAttributesAllOf

Properties

Name Type Description Notes
SchemaAttributes Pointer to []NonEmployeeSchemaAttribute List of schema attributes associated with this non-employee source. [optional]

Methods

NewNonEmployeeSourceLiteWithSchemaAttributesAllOf

func NewNonEmployeeSourceLiteWithSchemaAttributesAllOf() *NonEmployeeSourceLiteWithSchemaAttributesAllOf

NewNonEmployeeSourceLiteWithSchemaAttributesAllOf instantiates a new NonEmployeeSourceLiteWithSchemaAttributesAllOf 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

NewNonEmployeeSourceLiteWithSchemaAttributesAllOfWithDefaults

func NewNonEmployeeSourceLiteWithSchemaAttributesAllOfWithDefaults() *NonEmployeeSourceLiteWithSchemaAttributesAllOf

NewNonEmployeeSourceLiteWithSchemaAttributesAllOfWithDefaults instantiates a new NonEmployeeSourceLiteWithSchemaAttributesAllOf 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

GetSchemaAttributes

func (o *NonEmployeeSourceLiteWithSchemaAttributesAllOf) GetSchemaAttributes() []NonEmployeeSchemaAttribute

GetSchemaAttributes returns the SchemaAttributes field if non-nil, zero value otherwise.

GetSchemaAttributesOk

func (o *NonEmployeeSourceLiteWithSchemaAttributesAllOf) GetSchemaAttributesOk() (*[]NonEmployeeSchemaAttribute, bool)

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

SetSchemaAttributes

func (o *NonEmployeeSourceLiteWithSchemaAttributesAllOf) SetSchemaAttributes(v []NonEmployeeSchemaAttribute)

SetSchemaAttributes sets SchemaAttributes field to given value.

HasSchemaAttributes

func (o *NonEmployeeSourceLiteWithSchemaAttributesAllOf) HasSchemaAttributes() bool

HasSchemaAttributes returns a boolean if a field has been set.

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