| Name | Type | Description | Notes |
|---|---|---|---|
| Groups | []string |
func NewCommonCreateApplicationOneOf1(groups []string, ) *CommonCreateApplicationOneOf1
NewCommonCreateApplicationOneOf1 instantiates a new CommonCreateApplicationOneOf1 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 NewCommonCreateApplicationOneOf1WithDefaults() *CommonCreateApplicationOneOf1
NewCommonCreateApplicationOneOf1WithDefaults instantiates a new CommonCreateApplicationOneOf1 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 *CommonCreateApplicationOneOf1) GetGroups() []string
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *CommonCreateApplicationOneOf1) GetGroupsOk() (*[]string, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonCreateApplicationOneOf1) SetGroups(v []string)
SetGroups sets Groups field to given value.