Name | Type | Description | Notes |
---|---|---|---|
Ssl | Pointer to bool | A boolean indicating if this Bucket has a corresponding TLS/SSL certificate that was uploaded by an Account user. | [optional] [readonly] |
func NewGetObjectStorageSsl200Response() *GetObjectStorageSsl200Response
NewGetObjectStorageSsl200Response instantiates a new GetObjectStorageSsl200Response 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 NewGetObjectStorageSsl200ResponseWithDefaults() *GetObjectStorageSsl200Response
NewGetObjectStorageSsl200ResponseWithDefaults instantiates a new GetObjectStorageSsl200Response 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 *GetObjectStorageSsl200Response) GetSsl() bool
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *GetObjectStorageSsl200Response) GetSslOk() (*bool, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageSsl200Response) SetSsl(v bool)
SetSsl sets Ssl field to given value.
func (o *GetObjectStorageSsl200Response) HasSsl() bool
HasSsl returns a boolean if a field has been set.