Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.85 KB

UserSelfGroups.md

File metadata and controls

72 lines (39 loc) · 1.85 KB

UserSelfGroups

Properties

Name Type Description Notes
Name string [readonly]
Pk string [readonly]

Methods

NewUserSelfGroups

func NewUserSelfGroups(name string, pk string, ) *UserSelfGroups

NewUserSelfGroups instantiates a new UserSelfGroups 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

NewUserSelfGroupsWithDefaults

func NewUserSelfGroupsWithDefaults() *UserSelfGroups

NewUserSelfGroupsWithDefaults instantiates a new UserSelfGroups 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 *UserSelfGroups) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetPk

func (o *UserSelfGroups) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

func (o *UserSelfGroups) GetPkOk() (*string, bool)

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

SetPk

func (o *UserSelfGroups) SetPk(v string)

SetPk sets Pk field to given value.

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