Name | Type | Description | Notes |
---|---|---|---|
FillPolicy | Pointer to string | [optional] | |
Members | Pointer to []string | List of the names of blob stores that are members of this group | [optional] |
Name | Pointer to string | [optional] | |
SoftQuota | Pointer to BlobStoreApiSoftQuota | [optional] |
func NewGroupBlobStoreApiResponse() *GroupBlobStoreApiResponse
NewGroupBlobStoreApiResponse instantiates a new GroupBlobStoreApiResponse 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 NewGroupBlobStoreApiResponseWithDefaults() *GroupBlobStoreApiResponse
NewGroupBlobStoreApiResponseWithDefaults instantiates a new GroupBlobStoreApiResponse 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 *GroupBlobStoreApiResponse) GetFillPolicy() string
GetFillPolicy returns the FillPolicy field if non-nil, zero value otherwise.
func (o *GroupBlobStoreApiResponse) GetFillPolicyOk() (*string, bool)
GetFillPolicyOk returns a tuple with the FillPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupBlobStoreApiResponse) SetFillPolicy(v string)
SetFillPolicy sets FillPolicy field to given value.
func (o *GroupBlobStoreApiResponse) HasFillPolicy() bool
HasFillPolicy returns a boolean if a field has been set.
func (o *GroupBlobStoreApiResponse) GetMembers() []string
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *GroupBlobStoreApiResponse) GetMembersOk() (*[]string, bool)
GetMembersOk returns a tuple with the Members field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupBlobStoreApiResponse) SetMembers(v []string)
SetMembers sets Members field to given value.
func (o *GroupBlobStoreApiResponse) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (o *GroupBlobStoreApiResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GroupBlobStoreApiResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupBlobStoreApiResponse) SetName(v string)
SetName sets Name field to given value.
func (o *GroupBlobStoreApiResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GroupBlobStoreApiResponse) GetSoftQuota() BlobStoreApiSoftQuota
GetSoftQuota returns the SoftQuota field if non-nil, zero value otherwise.
func (o *GroupBlobStoreApiResponse) GetSoftQuotaOk() (*BlobStoreApiSoftQuota, bool)
GetSoftQuotaOk returns a tuple with the SoftQuota field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupBlobStoreApiResponse) SetSoftQuota(v BlobStoreApiSoftQuota)
SetSoftQuota sets SoftQuota field to given value.
func (o *GroupBlobStoreApiResponse) HasSoftQuota() bool
HasSoftQuota returns a boolean if a field has been set.