Name | Type | Description | Notes |
---|---|---|---|
Acl | Pointer to string | The Access Control Level of the bucket, as a canned ACL string. For more fine-grained control of ACLs, use the S3 API directly. | [optional] |
AclXml | Pointer to string | The full XML of the object's ACL policy. | [optional] |
func NewGetObjectStorageBucketAcl200Response() *GetObjectStorageBucketAcl200Response
NewGetObjectStorageBucketAcl200Response instantiates a new GetObjectStorageBucketAcl200Response 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 NewGetObjectStorageBucketAcl200ResponseWithDefaults() *GetObjectStorageBucketAcl200Response
NewGetObjectStorageBucketAcl200ResponseWithDefaults instantiates a new GetObjectStorageBucketAcl200Response 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 *GetObjectStorageBucketAcl200Response) GetAcl() string
GetAcl returns the Acl field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketAcl200Response) GetAclOk() (*string, bool)
GetAclOk returns a tuple with the Acl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketAcl200Response) SetAcl(v string)
SetAcl sets Acl field to given value.
func (o *GetObjectStorageBucketAcl200Response) HasAcl() bool
HasAcl returns a boolean if a field has been set.
func (o *GetObjectStorageBucketAcl200Response) GetAclXml() string
GetAclXml returns the AclXml field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketAcl200Response) GetAclXmlOk() (*string, bool)
GetAclXmlOk returns a tuple with the AclXml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketAcl200Response) SetAclXml(v string)
SetAclXml sets AclXml field to given value.
func (o *GetObjectStorageBucketAcl200Response) HasAclXml() bool
HasAclXml returns a boolean if a field has been set.