Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.48 KB

AccountGroup.md

File metadata and controls

134 lines (73 loc) · 3.48 KB

AccountGroup

Properties

Name Type Description Notes
GroupID Pointer to string [optional]
GroupName Pointer to string [optional]
GroupPlatformID Pointer to string [optional]
Safe Pointer to string [optional]

Methods

NewAccountGroup

func NewAccountGroup() *AccountGroup

NewAccountGroup instantiates a new AccountGroup 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

NewAccountGroupWithDefaults

func NewAccountGroupWithDefaults() *AccountGroup

NewAccountGroupWithDefaults instantiates a new AccountGroup 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 *AccountGroup) GetGroupID() string

GetGroupID returns the GroupID field if non-nil, zero value otherwise.

GetGroupIDOk

func (o *AccountGroup) 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 *AccountGroup) SetGroupID(v string)

SetGroupID sets GroupID field to given value.

HasGroupID

func (o *AccountGroup) HasGroupID() bool

HasGroupID returns a boolean if a field has been set.

GetGroupName

func (o *AccountGroup) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *AccountGroup) GetGroupNameOk() (*string, bool)

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

SetGroupName

func (o *AccountGroup) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

HasGroupName

func (o *AccountGroup) HasGroupName() bool

HasGroupName returns a boolean if a field has been set.

GetGroupPlatformID

func (o *AccountGroup) GetGroupPlatformID() string

GetGroupPlatformID returns the GroupPlatformID field if non-nil, zero value otherwise.

GetGroupPlatformIDOk

func (o *AccountGroup) GetGroupPlatformIDOk() (*string, bool)

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

SetGroupPlatformID

func (o *AccountGroup) SetGroupPlatformID(v string)

SetGroupPlatformID sets GroupPlatformID field to given value.

HasGroupPlatformID

func (o *AccountGroup) HasGroupPlatformID() bool

HasGroupPlatformID returns a boolean if a field has been set.

GetSafe

func (o *AccountGroup) GetSafe() string

GetSafe returns the Safe field if non-nil, zero value otherwise.

GetSafeOk

func (o *AccountGroup) GetSafeOk() (*string, bool)

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

SetSafe

func (o *AccountGroup) SetSafe(v string)

SetSafe sets Safe field to given value.

HasSafe

func (o *AccountGroup) HasSafe() bool

HasSafe returns a boolean if a field has been set.

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