Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 4.12 KB

GroupNoNullEnumRequest.md

File metadata and controls

154 lines (85 loc) · 4.12 KB

GroupNoNullEnumRequest

Properties

Name Type Description Notes
Id NullableString
RemoteId NullableString
Name NullableString
Type NullableString

Methods

NewGroupNoNullEnumRequest

func NewGroupNoNullEnumRequest(id NullableString, remoteId NullableString, name NullableString, type_ NullableString, ) *GroupNoNullEnumRequest

NewGroupNoNullEnumRequest instantiates a new GroupNoNullEnumRequest 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

NewGroupNoNullEnumRequestWithDefaults

func NewGroupNoNullEnumRequestWithDefaults() *GroupNoNullEnumRequest

NewGroupNoNullEnumRequestWithDefaults instantiates a new GroupNoNullEnumRequest 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

GetId

func (o *GroupNoNullEnumRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GroupNoNullEnumRequest) GetIdOk() (*string, bool)

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

SetId

func (o *GroupNoNullEnumRequest) SetId(v string)

SetId sets Id field to given value.

SetIdNil

func (o *GroupNoNullEnumRequest) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *GroupNoNullEnumRequest) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetRemoteId

func (o *GroupNoNullEnumRequest) GetRemoteId() string

GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.

GetRemoteIdOk

func (o *GroupNoNullEnumRequest) GetRemoteIdOk() (*string, bool)

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

SetRemoteId

func (o *GroupNoNullEnumRequest) SetRemoteId(v string)

SetRemoteId sets RemoteId field to given value.

SetRemoteIdNil

func (o *GroupNoNullEnumRequest) SetRemoteIdNil(b bool)

SetRemoteIdNil sets the value for RemoteId to be an explicit nil

UnsetRemoteId

func (o *GroupNoNullEnumRequest) UnsetRemoteId()

UnsetRemoteId ensures that no value is present for RemoteId, not even an explicit nil

GetName

func (o *GroupNoNullEnumRequest) GetName() string

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

GetNameOk

func (o *GroupNoNullEnumRequest) 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 *GroupNoNullEnumRequest) SetName(v string)

SetName sets Name field to given value.

SetNameNil

func (o *GroupNoNullEnumRequest) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *GroupNoNullEnumRequest) UnsetName()

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

GetType

func (o *GroupNoNullEnumRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GroupNoNullEnumRequest) GetTypeOk() (*string, bool)

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

SetType

func (o *GroupNoNullEnumRequest) SetType(v string)

SetType sets Type field to given value.

SetTypeNil

func (o *GroupNoNullEnumRequest) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *GroupNoNullEnumRequest) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

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