Name | Type | Description | Notes |
---|---|---|---|
AnycastDnsCertificateUrl | Pointer to string | Infoblox anycast dns client certificate URL. | [optional] |
CertificateUrl | Pointer to string | The certificate URL. | [optional] |
func NewProxyCertResponse() *ProxyCertResponse
NewProxyCertResponse instantiates a new ProxyCertResponse 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 NewProxyCertResponseWithDefaults() *ProxyCertResponse
NewProxyCertResponseWithDefaults instantiates a new ProxyCertResponse 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 *ProxyCertResponse) GetAnycastDnsCertificateUrl() string
GetAnycastDnsCertificateUrl returns the AnycastDnsCertificateUrl field if non-nil, zero value otherwise.
func (o *ProxyCertResponse) GetAnycastDnsCertificateUrlOk() (*string, bool)
GetAnycastDnsCertificateUrlOk returns a tuple with the AnycastDnsCertificateUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyCertResponse) SetAnycastDnsCertificateUrl(v string)
SetAnycastDnsCertificateUrl sets AnycastDnsCertificateUrl field to given value.
func (o *ProxyCertResponse) HasAnycastDnsCertificateUrl() bool
HasAnycastDnsCertificateUrl returns a boolean if a field has been set.
func (o *ProxyCertResponse) GetCertificateUrl() string
GetCertificateUrl returns the CertificateUrl field if non-nil, zero value otherwise.
func (o *ProxyCertResponse) GetCertificateUrlOk() (*string, bool)
GetCertificateUrlOk returns a tuple with the CertificateUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxyCertResponse) SetCertificateUrl(v string)
SetCertificateUrl sets CertificateUrl field to given value.
func (o *ProxyCertResponse) HasCertificateUrl() bool
HasCertificateUrl returns a boolean if a field has been set.