Name | Type | Description | Notes |
---|---|---|---|
Username | Pointer to string | [optional] | |
Website | Pointer to string | deprecated | [optional] |
Websites | Pointer to []string | [optional] |
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
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
func (o *StaticSecretDetailsInfo) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *StaticSecretDetailsInfo) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *StaticSecretDetailsInfo) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
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.
func (o *StaticSecretDetailsInfo) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *StaticSecretDetailsInfo) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetWebsites() []string
GetWebsites returns the Websites field if non-nil, zero value otherwise.
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.
func (o *StaticSecretDetailsInfo) SetWebsites(v []string)
SetWebsites sets Websites field to given value.
func (o *StaticSecretDetailsInfo) HasWebsites() bool
HasWebsites returns a boolean if a field has been set.