Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.84 KB

GetObjectStorageSsl200Response.md

File metadata and controls

56 lines (31 loc) · 1.84 KB

GetObjectStorageSsl200Response

Properties

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]

Methods

NewGetObjectStorageSsl200Response

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

NewGetObjectStorageSsl200ResponseWithDefaults

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

GetSsl

func (o *GetObjectStorageSsl200Response) GetSsl() bool

GetSsl returns the Ssl field if non-nil, zero value otherwise.

GetSslOk

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.

SetSsl

func (o *GetObjectStorageSsl200Response) SetSsl(v bool)

SetSsl sets Ssl field to given value.

HasSsl

func (o *GetObjectStorageSsl200Response) HasSsl() bool

HasSsl returns a boolean if a field has been set.

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