| Name | Type | Description | Notes |
|---|---|---|---|
| BundleId | Pointer to string | The ID of the bundle containing the group. | [optional] [readonly] |
| GroupId | Pointer to string | The ID of the group within a bundle. | [optional] [readonly] |
| AccessLevelName | Pointer to string | The access level of the group within a bundle. | [optional] |
| AccessLevelRemoteId | Pointer to string | The remote ID of the access level of the group within a bundle. | [optional] |
func NewBundleGroup() *BundleGroup
NewBundleGroup instantiates a new BundleGroup 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 NewBundleGroupWithDefaults() *BundleGroup
NewBundleGroupWithDefaults instantiates a new BundleGroup 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 *BundleGroup) GetBundleId() string
GetBundleId returns the BundleId field if non-nil, zero value otherwise.
func (o *BundleGroup) GetBundleIdOk() (*string, bool)
GetBundleIdOk returns a tuple with the BundleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BundleGroup) SetBundleId(v string)
SetBundleId sets BundleId field to given value.
func (o *BundleGroup) HasBundleId() bool
HasBundleId returns a boolean if a field has been set.
func (o *BundleGroup) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
func (o *BundleGroup) 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 *BundleGroup) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *BundleGroup) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *BundleGroup) GetAccessLevelName() string
GetAccessLevelName returns the AccessLevelName field if non-nil, zero value otherwise.
func (o *BundleGroup) GetAccessLevelNameOk() (*string, bool)
GetAccessLevelNameOk returns a tuple with the AccessLevelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BundleGroup) SetAccessLevelName(v string)
SetAccessLevelName sets AccessLevelName field to given value.
func (o *BundleGroup) HasAccessLevelName() bool
HasAccessLevelName returns a boolean if a field has been set.
func (o *BundleGroup) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *BundleGroup) GetAccessLevelRemoteIdOk() (*string, bool)
GetAccessLevelRemoteIdOk returns a tuple with the AccessLevelRemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BundleGroup) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.
func (o *BundleGroup) HasAccessLevelRemoteId() bool
HasAccessLevelRemoteId returns a boolean if a field has been set.