Name | Type | Description | Notes |
---|---|---|---|
Public | Pointer to bool | [optional] | |
BucketName | Pointer to string | [optional] |
func NewS3S3CreateParams() *S3S3CreateParams
NewS3S3CreateParams instantiates a new S3S3CreateParams 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 NewS3S3CreateParamsWithDefaults() *S3S3CreateParams
NewS3S3CreateParamsWithDefaults instantiates a new S3S3CreateParams 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 *S3S3CreateParams) GetPublic() bool
GetPublic returns the Public field if non-nil, zero value otherwise.
func (o *S3S3CreateParams) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3S3CreateParams) SetPublic(v bool)
SetPublic sets Public field to given value.
func (o *S3S3CreateParams) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (o *S3S3CreateParams) GetBucketName() string
GetBucketName returns the BucketName field if non-nil, zero value otherwise.
func (o *S3S3CreateParams) GetBucketNameOk() (*string, bool)
GetBucketNameOk returns a tuple with the BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3S3CreateParams) SetBucketName(v string)
SetBucketName sets BucketName field to given value.
func (o *S3S3CreateParams) HasBucketName() bool
HasBucketName returns a boolean if a field has been set.