| Name | Type | Description | Notes |
|---|---|---|---|
| SourceGroupId | string | The ID of the source group. | |
| Groups | []CreateGroupBindingInfoGroupsInner | The list of groups. |
func NewCreateGroupBindingInfo(sourceGroupId string, groups []CreateGroupBindingInfoGroupsInner, ) *CreateGroupBindingInfo
NewCreateGroupBindingInfo instantiates a new CreateGroupBindingInfo 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 NewCreateGroupBindingInfoWithDefaults() *CreateGroupBindingInfo
NewCreateGroupBindingInfoWithDefaults instantiates a new CreateGroupBindingInfo 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 *CreateGroupBindingInfo) GetSourceGroupId() string
GetSourceGroupId returns the SourceGroupId field if non-nil, zero value otherwise.
func (o *CreateGroupBindingInfo) GetSourceGroupIdOk() (*string, bool)
GetSourceGroupIdOk returns a tuple with the SourceGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateGroupBindingInfo) SetSourceGroupId(v string)
SetSourceGroupId sets SourceGroupId field to given value.
func (o *CreateGroupBindingInfo) GetGroups() []CreateGroupBindingInfoGroupsInner
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *CreateGroupBindingInfo) GetGroupsOk() (*[]CreateGroupBindingInfoGroupsInner, 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 *CreateGroupBindingInfo) SetGroups(v []CreateGroupBindingInfoGroupsInner)
SetGroups sets Groups field to given value.