Name | Type | Description | Notes |
---|---|---|---|
AcmeAccountId | string | The acme account id to deactivate | |
CertIssuerName | string | The name of the PKI certificate issuer | |
DeleteAccount | Pointer to bool | Delete the account | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewDeactivateAcmeAccount(acmeAccountId string, certIssuerName string, ) *DeactivateAcmeAccount
NewDeactivateAcmeAccount instantiates a new DeactivateAcmeAccount 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 NewDeactivateAcmeAccountWithDefaults() *DeactivateAcmeAccount
NewDeactivateAcmeAccountWithDefaults instantiates a new DeactivateAcmeAccount 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 *DeactivateAcmeAccount) GetAcmeAccountId() string
GetAcmeAccountId returns the AcmeAccountId field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetAcmeAccountIdOk() (*string, bool)
GetAcmeAccountIdOk returns a tuple with the AcmeAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetAcmeAccountId(v string)
SetAcmeAccountId sets AcmeAccountId field to given value.
func (o *DeactivateAcmeAccount) GetCertIssuerName() string
GetCertIssuerName returns the CertIssuerName field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetCertIssuerNameOk() (*string, bool)
GetCertIssuerNameOk returns a tuple with the CertIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetCertIssuerName(v string)
SetCertIssuerName sets CertIssuerName field to given value.
func (o *DeactivateAcmeAccount) GetDeleteAccount() bool
GetDeleteAccount returns the DeleteAccount field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetDeleteAccountOk() (*bool, bool)
GetDeleteAccountOk returns a tuple with the DeleteAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetDeleteAccount(v bool)
SetDeleteAccount sets DeleteAccount field to given value.
func (o *DeactivateAcmeAccount) HasDeleteAccount() bool
HasDeleteAccount returns a boolean if a field has been set.
func (o *DeactivateAcmeAccount) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DeactivateAcmeAccount) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DeactivateAcmeAccount) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetToken(v string)
SetToken sets Token field to given value.
func (o *DeactivateAcmeAccount) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DeactivateAcmeAccount) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DeactivateAcmeAccount) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeactivateAcmeAccount) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DeactivateAcmeAccount) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.