Name | Type | Description | Notes |
---|---|---|---|
FolderId | Pointer to NullableString | [optional] | |
BytesUsed | Pointer to int64 | [optional] |
func NewSubscriptionFolder() *SubscriptionFolder
NewSubscriptionFolder instantiates a new SubscriptionFolder 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 NewSubscriptionFolderWithDefaults() *SubscriptionFolder
NewSubscriptionFolderWithDefaults instantiates a new SubscriptionFolder 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 *SubscriptionFolder) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
func (o *SubscriptionFolder) GetFolderIdOk() (*string, bool)
GetFolderIdOk returns a tuple with the FolderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionFolder) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *SubscriptionFolder) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *SubscriptionFolder) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *SubscriptionFolder) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *SubscriptionFolder) GetBytesUsed() int64
GetBytesUsed returns the BytesUsed field if non-nil, zero value otherwise.
func (o *SubscriptionFolder) GetBytesUsedOk() (*int64, bool)
GetBytesUsedOk returns a tuple with the BytesUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionFolder) SetBytesUsed(v int64)
SetBytesUsed sets BytesUsed field to given value.
func (o *SubscriptionFolder) HasBytesUsed() bool
HasBytesUsed returns a boolean if a field has been set.