Skip to content

CreateAutoCheckResInfo

Properties

Name Type Description Notes
AutoCheckId Pointer to string AutoCheck ID [optional]

Methods

NewCreateAutoCheckResInfo

func NewCreateAutoCheckResInfo() *CreateAutoCheckResInfo

NewCreateAutoCheckResInfo instantiates a new CreateAutoCheckResInfo 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

NewCreateAutoCheckResInfoWithDefaults

func NewCreateAutoCheckResInfoWithDefaults() *CreateAutoCheckResInfo

NewCreateAutoCheckResInfoWithDefaults instantiates a new CreateAutoCheckResInfo 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

GetAutoCheckId

func (o *CreateAutoCheckResInfo) GetAutoCheckId() string

GetAutoCheckId returns the AutoCheckId field if non-nil, zero value otherwise.

GetAutoCheckIdOk

func (o *CreateAutoCheckResInfo) GetAutoCheckIdOk() (*string, bool)

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

SetAutoCheckId

func (o *CreateAutoCheckResInfo) SetAutoCheckId(v string)

SetAutoCheckId sets AutoCheckId field to given value.

HasAutoCheckId

func (o *CreateAutoCheckResInfo) HasAutoCheckId() bool

HasAutoCheckId returns a boolean if a field has been set.

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