Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.61 KB

SetGroupRequest.md

File metadata and controls

82 lines (45 loc) · 2.61 KB

SetGroupRequest

Properties

Name Type Description Notes
GroupId Pointer to string [optional]
Tags Pointer to map[string]string An object which always contains at least one property "name" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the "name" property. If the subscriber/SIM does not have a name, an empty string "" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object. [optional]

Methods

NewSetGroupRequest

func NewSetGroupRequest() *SetGroupRequest

NewSetGroupRequest instantiates a new SetGroupRequest 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

NewSetGroupRequestWithDefaults

func NewSetGroupRequestWithDefaults() *SetGroupRequest

NewSetGroupRequestWithDefaults instantiates a new SetGroupRequest 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

GetGroupId

func (o *SetGroupRequest) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *SetGroupRequest) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *SetGroupRequest) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *SetGroupRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetTags

func (o *SetGroupRequest) GetTags() map[string]string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *SetGroupRequest) GetTagsOk() (*map[string]string, bool)

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

SetTags

func (o *SetGroupRequest) SetTags(v map[string]string)

SetTags sets Tags field to given value.

HasTags

func (o *SetGroupRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

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