Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.91 KB

CreateEmployeeRequestDependents.md

File metadata and controls

92 lines (51 loc) · 2.91 KB

CreateEmployeeRequestDependents

Properties

Name Type Description Notes
Name NullableString
Relationship NullableString

Methods

NewCreateEmployeeRequestDependents

func NewCreateEmployeeRequestDependents(name NullableString, relationship NullableString, ) *CreateEmployeeRequestDependents

NewCreateEmployeeRequestDependents instantiates a new CreateEmployeeRequestDependents 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

NewCreateEmployeeRequestDependentsWithDefaults

func NewCreateEmployeeRequestDependentsWithDefaults() *CreateEmployeeRequestDependents

NewCreateEmployeeRequestDependentsWithDefaults instantiates a new CreateEmployeeRequestDependents 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

GetName

func (o *CreateEmployeeRequestDependents) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CreateEmployeeRequestDependents) GetNameOk() (*string, bool)

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

SetName

func (o *CreateEmployeeRequestDependents) SetName(v string)

SetName sets Name field to given value.

SetNameNil

func (o *CreateEmployeeRequestDependents) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CreateEmployeeRequestDependents) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetRelationship

func (o *CreateEmployeeRequestDependents) GetRelationship() string

GetRelationship returns the Relationship field if non-nil, zero value otherwise.

GetRelationshipOk

func (o *CreateEmployeeRequestDependents) GetRelationshipOk() (*string, bool)

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

SetRelationship

func (o *CreateEmployeeRequestDependents) SetRelationship(v string)

SetRelationship sets Relationship field to given value.

SetRelationshipNil

func (o *CreateEmployeeRequestDependents) SetRelationshipNil(b bool)

SetRelationshipNil sets the value for Relationship to be an explicit nil

UnsetRelationship

func (o *CreateEmployeeRequestDependents) UnsetRelationship()

UnsetRelationship ensures that no value is present for Relationship, not even an explicit nil

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