Name | Type | Description | Notes |
---|---|---|---|
ApiKey | Pointer to string | [optional] | |
ApiSecret | Pointer to string | [optional] | |
MtlsCert | Pointer to string | [optional] | |
MtlsKey | Pointer to string | [optional] | |
Timeout | Pointer to int64 | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
func NewGlobalSignAtlasTargetDetails() *GlobalSignAtlasTargetDetails
NewGlobalSignAtlasTargetDetails instantiates a new GlobalSignAtlasTargetDetails 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 NewGlobalSignAtlasTargetDetailsWithDefaults() *GlobalSignAtlasTargetDetails
NewGlobalSignAtlasTargetDetailsWithDefaults instantiates a new GlobalSignAtlasTargetDetails 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 *GlobalSignAtlasTargetDetails) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *GlobalSignAtlasTargetDetails) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignAtlasTargetDetails) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *GlobalSignAtlasTargetDetails) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (o *GlobalSignAtlasTargetDetails) GetApiSecret() string
GetApiSecret returns the ApiSecret field if non-nil, zero value otherwise.
func (o *GlobalSignAtlasTargetDetails) GetApiSecretOk() (*string, bool)
GetApiSecretOk returns a tuple with the ApiSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignAtlasTargetDetails) SetApiSecret(v string)
SetApiSecret sets ApiSecret field to given value.
func (o *GlobalSignAtlasTargetDetails) HasApiSecret() bool
HasApiSecret returns a boolean if a field has been set.
func (o *GlobalSignAtlasTargetDetails) GetMtlsCert() string
GetMtlsCert returns the MtlsCert field if non-nil, zero value otherwise.
func (o *GlobalSignAtlasTargetDetails) GetMtlsCertOk() (*string, bool)
GetMtlsCertOk returns a tuple with the MtlsCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignAtlasTargetDetails) SetMtlsCert(v string)
SetMtlsCert sets MtlsCert field to given value.
func (o *GlobalSignAtlasTargetDetails) HasMtlsCert() bool
HasMtlsCert returns a boolean if a field has been set.
func (o *GlobalSignAtlasTargetDetails) GetMtlsKey() string
GetMtlsKey returns the MtlsKey field if non-nil, zero value otherwise.
func (o *GlobalSignAtlasTargetDetails) GetMtlsKeyOk() (*string, bool)
GetMtlsKeyOk returns a tuple with the MtlsKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignAtlasTargetDetails) SetMtlsKey(v string)
SetMtlsKey sets MtlsKey field to given value.
func (o *GlobalSignAtlasTargetDetails) HasMtlsKey() bool
HasMtlsKey returns a boolean if a field has been set.
func (o *GlobalSignAtlasTargetDetails) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *GlobalSignAtlasTargetDetails) GetTimeoutOk() (*int64, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignAtlasTargetDetails) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *GlobalSignAtlasTargetDetails) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.