Name | Type | Description | Notes |
---|---|---|---|
GroupName | string | The name of the newly created group. | |
GroupPlatformId | string | The name of the platform of the group. The associated platform must be set to PolicyType = Group. | |
Safe | string | The name of the Safe where the group will be created. |
func NewAddAccountGroupData(groupName string, groupPlatformId string, safe string, ) *AddAccountGroupData
NewAddAccountGroupData instantiates a new AddAccountGroupData 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 NewAddAccountGroupDataWithDefaults() *AddAccountGroupData
NewAddAccountGroupDataWithDefaults instantiates a new AddAccountGroupData 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 *AddAccountGroupData) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *AddAccountGroupData) 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 *AddAccountGroupData) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *AddAccountGroupData) GetGroupPlatformId() string
GetGroupPlatformId returns the GroupPlatformId field if non-nil, zero value otherwise.
func (o *AddAccountGroupData) 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 *AddAccountGroupData) SetGroupPlatformId(v string)
SetGroupPlatformId sets GroupPlatformId field to given value.
func (o *AddAccountGroupData) GetSafe() string
GetSafe returns the Safe field if non-nil, zero value otherwise.
func (o *AddAccountGroupData) 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 *AddAccountGroupData) SetSafe(v string)
SetSafe sets Safe field to given value.