Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

DetailedCheckSmtp.md

File metadata and controls

56 lines (31 loc) · 1.66 KB

DetailedCheckSmtp

Properties

Name Type Description Notes
Check Pointer to DetailedCheckSmtpCheck [optional]

Methods

NewDetailedCheckSmtp

func NewDetailedCheckSmtp() *DetailedCheckSmtp

NewDetailedCheckSmtp instantiates a new DetailedCheckSmtp 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

NewDetailedCheckSmtpWithDefaults

func NewDetailedCheckSmtpWithDefaults() *DetailedCheckSmtp

NewDetailedCheckSmtpWithDefaults instantiates a new DetailedCheckSmtp 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

GetCheck

func (o *DetailedCheckSmtp) GetCheck() DetailedCheckSmtpCheck

GetCheck returns the Check field if non-nil, zero value otherwise.

GetCheckOk

func (o *DetailedCheckSmtp) GetCheckOk() (*DetailedCheckSmtpCheck, bool)

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

SetCheck

func (o *DetailedCheckSmtp) SetCheck(v DetailedCheckSmtpCheck)

SetCheck sets Check field to given value.

HasCheck

func (o *DetailedCheckSmtp) HasCheck() bool

HasCheck returns a boolean if a field has been set.

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