Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.22 KB

CertificateHttpVerificationDetails.md

File metadata and controls

108 lines (59 loc) · 3.22 KB

CertificateHttpVerificationDetails

Properties

Name Type Description Notes
Path Pointer to string [optional]
ContentType Pointer to string [optional]
Body Pointer to string [optional]

Methods

NewCertificateHttpVerificationDetails

func NewCertificateHttpVerificationDetails() *CertificateHttpVerificationDetails

NewCertificateHttpVerificationDetails instantiates a new CertificateHttpVerificationDetails 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

NewCertificateHttpVerificationDetailsWithDefaults

func NewCertificateHttpVerificationDetailsWithDefaults() *CertificateHttpVerificationDetails

NewCertificateHttpVerificationDetailsWithDefaults instantiates a new CertificateHttpVerificationDetails 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

GetPath

func (o *CertificateHttpVerificationDetails) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *CertificateHttpVerificationDetails) GetPathOk() (*string, bool)

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

SetPath

func (o *CertificateHttpVerificationDetails) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *CertificateHttpVerificationDetails) HasPath() bool

HasPath returns a boolean if a field has been set.

GetContentType

func (o *CertificateHttpVerificationDetails) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

func (o *CertificateHttpVerificationDetails) GetContentTypeOk() (*string, bool)

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

SetContentType

func (o *CertificateHttpVerificationDetails) SetContentType(v string)

SetContentType sets ContentType field to given value.

HasContentType

func (o *CertificateHttpVerificationDetails) HasContentType() bool

HasContentType returns a boolean if a field has been set.

GetBody

func (o *CertificateHttpVerificationDetails) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

func (o *CertificateHttpVerificationDetails) GetBodyOk() (*string, bool)

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

SetBody

func (o *CertificateHttpVerificationDetails) SetBody(v string)

SetBody sets Body field to given value.

HasBody

func (o *CertificateHttpVerificationDetails) HasBody() bool

HasBody returns a boolean if a field has been set.

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