Skip to content

Latest commit

History

History
98 lines (53 loc) 路 2.54 KB

UserGroupModelV1.md

File metadata and controls

98 lines (53 loc) 路 2.54 KB

UserGroupModelV1

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name string
Description string

Methods

NewUserGroupModelV1

func NewUserGroupModelV1(name string, description string, ) *UserGroupModelV1

NewUserGroupModelV1 instantiates a new UserGroupModelV1 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

NewUserGroupModelV1WithDefaults

func NewUserGroupModelV1WithDefaults() *UserGroupModelV1

NewUserGroupModelV1WithDefaults instantiates a new UserGroupModelV1 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 *UserGroupModelV1) GetId() string

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

GetIdOk

func (o *UserGroupModelV1) 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 *UserGroupModelV1) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *UserGroupModelV1) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *UserGroupModelV1) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetDescription

func (o *UserGroupModelV1) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *UserGroupModelV1) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *UserGroupModelV1) SetDescription(v string)

SetDescription sets Description field to given value.

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