Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

EditDomainAdminUser200Response.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

EditDomainAdminUser200Response

Properties

Name Type Description Notes
Type Pointer to string [optional]
Log Pointer to []interface{} contains request object [optional]
Msg Pointer to []interface{} [optional]

Methods

NewEditDomainAdminUser200Response

func NewEditDomainAdminUser200Response() *EditDomainAdminUser200Response

NewEditDomainAdminUser200Response instantiates a new EditDomainAdminUser200Response 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

NewEditDomainAdminUser200ResponseWithDefaults

func NewEditDomainAdminUser200ResponseWithDefaults() *EditDomainAdminUser200Response

NewEditDomainAdminUser200ResponseWithDefaults instantiates a new EditDomainAdminUser200Response 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

GetType

func (o *EditDomainAdminUser200Response) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *EditDomainAdminUser200Response) GetTypeOk() (*string, bool)

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

SetType

func (o *EditDomainAdminUser200Response) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *EditDomainAdminUser200Response) HasType() bool

HasType returns a boolean if a field has been set.

GetLog

func (o *EditDomainAdminUser200Response) GetLog() []interface{}

GetLog returns the Log field if non-nil, zero value otherwise.

GetLogOk

func (o *EditDomainAdminUser200Response) GetLogOk() (*[]interface{}, bool)

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

SetLog

func (o *EditDomainAdminUser200Response) SetLog(v []interface{})

SetLog sets Log field to given value.

HasLog

func (o *EditDomainAdminUser200Response) HasLog() bool

HasLog returns a boolean if a field has been set.

GetMsg

func (o *EditDomainAdminUser200Response) GetMsg() []interface{}

GetMsg returns the Msg field if non-nil, zero value otherwise.

GetMsgOk

func (o *EditDomainAdminUser200Response) GetMsgOk() (*[]interface{}, bool)

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

SetMsg

func (o *EditDomainAdminUser200Response) SetMsg(v []interface{})

SetMsg sets Msg field to given value.

HasMsg

func (o *EditDomainAdminUser200Response) HasMsg() bool

HasMsg returns a boolean if a field has been set.

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