Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

File metadata and controls

82 lines (45 loc) · 2.16 KB

DC403

Properties

Name Type Description Notes
Errors Pointer to []map[string]interface{} [optional]
SchemaVersion Pointer to int32 [optional]

Methods

NewDC403

func NewDC403() *DC403

NewDC403 instantiates a new DC403 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

NewDC403WithDefaults

func NewDC403WithDefaults() *DC403

NewDC403WithDefaults instantiates a new DC403 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

GetErrors

func (o *DC403) GetErrors() []map[string]interface{}

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *DC403) GetErrorsOk() (*[]map[string]interface{}, bool)

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

SetErrors

func (o *DC403) SetErrors(v []map[string]interface{})

SetErrors sets Errors field to given value.

HasErrors

func (o *DC403) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetSchemaVersion

func (o *DC403) GetSchemaVersion() int32

GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.

GetSchemaVersionOk

func (o *DC403) GetSchemaVersionOk() (*int32, bool)

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

SetSchemaVersion

func (o *DC403) SetSchemaVersion(v int32)

SetSchemaVersion sets SchemaVersion field to given value.

HasSchemaVersion

func (o *DC403) HasSchemaVersion() bool

HasSchemaVersion returns a boolean if a field has been set.

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