Name | Type | Description | Notes |
---|---|---|---|
GroupID | Pointer to string | [optional] | |
GroupName | Pointer to string | [optional] | |
GroupPlatformID | Pointer to string | [optional] | |
Safe | Pointer to string | [optional] |
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
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
func (o *AccountGroup) GetGroupID() string
GetGroupID returns the GroupID field if non-nil, zero value otherwise.
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.
func (o *AccountGroup) SetGroupID(v string)
SetGroupID sets GroupID field to given value.
func (o *AccountGroup) HasGroupID() bool
HasGroupID returns a boolean if a field has been set.
func (o *AccountGroup) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
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.
func (o *AccountGroup) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *AccountGroup) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *AccountGroup) GetGroupPlatformID() string
GetGroupPlatformID returns the GroupPlatformID field if non-nil, zero value otherwise.
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.
func (o *AccountGroup) SetGroupPlatformID(v string)
SetGroupPlatformID sets GroupPlatformID field to given value.
func (o *AccountGroup) HasGroupPlatformID() bool
HasGroupPlatformID returns a boolean if a field has been set.
func (o *AccountGroup) GetSafe() string
GetSafe returns the Safe field if non-nil, zero value otherwise.
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.
func (o *AccountGroup) SetSafe(v string)
SetSafe sets Safe field to given value.
func (o *AccountGroup) HasSafe() bool
HasSafe returns a boolean if a field has been set.