Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.59 KB

ComputerContentCachingDataMigrationError.md

File metadata and controls

108 lines (59 loc) · 3.59 KB

ComputerContentCachingDataMigrationError

Properties

Name Type Description Notes
Code Pointer to int64 [optional] [readonly]
Domain Pointer to string [optional] [readonly]
UserInfo Pointer to []ComputerContentCachingDataMigrationErrorUserInfo [optional] [readonly]

Methods

NewComputerContentCachingDataMigrationError

func NewComputerContentCachingDataMigrationError() *ComputerContentCachingDataMigrationError

NewComputerContentCachingDataMigrationError instantiates a new ComputerContentCachingDataMigrationError 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

NewComputerContentCachingDataMigrationErrorWithDefaults

func NewComputerContentCachingDataMigrationErrorWithDefaults() *ComputerContentCachingDataMigrationError

NewComputerContentCachingDataMigrationErrorWithDefaults instantiates a new ComputerContentCachingDataMigrationError 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

GetCode

func (o *ComputerContentCachingDataMigrationError) GetCode() int64

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ComputerContentCachingDataMigrationError) GetCodeOk() (*int64, bool)

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

SetCode

func (o *ComputerContentCachingDataMigrationError) SetCode(v int64)

SetCode sets Code field to given value.

HasCode

func (o *ComputerContentCachingDataMigrationError) HasCode() bool

HasCode returns a boolean if a field has been set.

GetDomain

func (o *ComputerContentCachingDataMigrationError) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *ComputerContentCachingDataMigrationError) GetDomainOk() (*string, bool)

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

SetDomain

func (o *ComputerContentCachingDataMigrationError) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *ComputerContentCachingDataMigrationError) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetUserInfo

func (o *ComputerContentCachingDataMigrationError) GetUserInfo() []ComputerContentCachingDataMigrationErrorUserInfo

GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.

GetUserInfoOk

func (o *ComputerContentCachingDataMigrationError) GetUserInfoOk() (*[]ComputerContentCachingDataMigrationErrorUserInfo, bool)

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

SetUserInfo

func (o *ComputerContentCachingDataMigrationError) SetUserInfo(v []ComputerContentCachingDataMigrationErrorUserInfo)

SetUserInfo sets UserInfo field to given value.

HasUserInfo

func (o *ComputerContentCachingDataMigrationError) HasUserInfo() bool

HasUserInfo returns a boolean if a field has been set.

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