Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.05 KB

StaticSecretDetailsInfo.md

File metadata and controls

108 lines (59 loc) · 3.05 KB

StaticSecretDetailsInfo

Properties

Name Type Description Notes
Username Pointer to string [optional]
Website Pointer to string deprecated [optional]
Websites Pointer to []string [optional]

Methods

NewStaticSecretDetailsInfo

func NewStaticSecretDetailsInfo() *StaticSecretDetailsInfo

NewStaticSecretDetailsInfo instantiates a new StaticSecretDetailsInfo 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

NewStaticSecretDetailsInfoWithDefaults

func NewStaticSecretDetailsInfoWithDefaults() *StaticSecretDetailsInfo

NewStaticSecretDetailsInfoWithDefaults instantiates a new StaticSecretDetailsInfo 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

GetUsername

func (o *StaticSecretDetailsInfo) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *StaticSecretDetailsInfo) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *StaticSecretDetailsInfo) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *StaticSecretDetailsInfo) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetWebsite

func (o *StaticSecretDetailsInfo) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

func (o *StaticSecretDetailsInfo) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWebsite

func (o *StaticSecretDetailsInfo) SetWebsite(v string)

SetWebsite sets Website field to given value.

HasWebsite

func (o *StaticSecretDetailsInfo) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

GetWebsites

func (o *StaticSecretDetailsInfo) GetWebsites() []string

GetWebsites returns the Websites field if non-nil, zero value otherwise.

GetWebsitesOk

func (o *StaticSecretDetailsInfo) GetWebsitesOk() (*[]string, bool)

GetWebsitesOk returns a tuple with the Websites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWebsites

func (o *StaticSecretDetailsInfo) SetWebsites(v []string)

SetWebsites sets Websites field to given value.

HasWebsites

func (o *StaticSecretDetailsInfo) HasWebsites() bool

HasWebsites returns a boolean if a field has been set.

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