| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The ID for the bucket | [optional] |
| Label | Pointer to string | The name of the bucket | [optional] |
| EndpointUrl | Pointer to string | The URL used to access the bucket | [optional] |
| Visibility | Pointer to StorageBucketVisibility | [optional] [default to "PRIVATE"] | |
| CreatedAt | Pointer to time.Time | The date when the bucket was created | [optional] |
| UpdatedAt | Pointer to time.Time | The date when the bucket was last updated | [optional] |
| Region | Pointer to string | The region in which the bucket is created. Available regions are: us-east-1, us-west-1, eu-central-1 | [optional] |
func NewStorageBucket() *StorageBucket
NewStorageBucket instantiates a new StorageBucket 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 NewStorageBucketWithDefaults() *StorageBucket
NewStorageBucketWithDefaults instantiates a new StorageBucket 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 *StorageBucket) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StorageBucket) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetId(v string)
SetId sets Id field to given value.
func (o *StorageBucket) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StorageBucket) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *StorageBucket) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *StorageBucket) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *StorageBucket) GetEndpointUrl() string
GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.
func (o *StorageBucket) GetEndpointUrlOk() (*string, bool)
GetEndpointUrlOk returns a tuple with the EndpointUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetEndpointUrl(v string)
SetEndpointUrl sets EndpointUrl field to given value.
func (o *StorageBucket) HasEndpointUrl() bool
HasEndpointUrl returns a boolean if a field has been set.
func (o *StorageBucket) GetVisibility() StorageBucketVisibility
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *StorageBucket) GetVisibilityOk() (*StorageBucketVisibility, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetVisibility(v StorageBucketVisibility)
SetVisibility sets Visibility field to given value.
func (o *StorageBucket) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (o *StorageBucket) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *StorageBucket) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *StorageBucket) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *StorageBucket) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *StorageBucket) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *StorageBucket) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *StorageBucket) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *StorageBucket) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageBucket) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *StorageBucket) HasRegion() bool
HasRegion returns a boolean if a field has been set.