Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.24 KB

S3S3CreateParams.md

File metadata and controls

82 lines (45 loc) · 2.24 KB

S3S3CreateParams

Properties

Name Type Description Notes
Public Pointer to bool [optional]
BucketName Pointer to string [optional]

Methods

NewS3S3CreateParams

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

NewS3S3CreateParamsWithDefaults

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

GetPublic

func (o *S3S3CreateParams) GetPublic() bool

GetPublic returns the Public field if non-nil, zero value otherwise.

GetPublicOk

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.

SetPublic

func (o *S3S3CreateParams) SetPublic(v bool)

SetPublic sets Public field to given value.

HasPublic

func (o *S3S3CreateParams) HasPublic() bool

HasPublic returns a boolean if a field has been set.

GetBucketName

func (o *S3S3CreateParams) GetBucketName() string

GetBucketName returns the BucketName field if non-nil, zero value otherwise.

GetBucketNameOk

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.

SetBucketName

func (o *S3S3CreateParams) SetBucketName(v string)

SetBucketName sets BucketName field to given value.

HasBucketName

func (o *S3S3CreateParams) HasBucketName() bool

HasBucketName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]