Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.86 KB

UpdateBRandingConf200Response.md

File metadata and controls

93 lines (50 loc) · 2.86 KB

UpdateBRandingConf200Response

Properties

Name Type Description Notes
Result string Result of the request
Action string The id of the action
Data GetBrandingConf200ResponseData

Methods

NewUpdateBRandingConf200Response

func NewUpdateBRandingConf200Response(result string, action string, data GetBrandingConf200ResponseData, ) *UpdateBRandingConf200Response

NewUpdateBRandingConf200Response instantiates a new UpdateBRandingConf200Response 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

NewUpdateBRandingConf200ResponseWithDefaults

func NewUpdateBRandingConf200ResponseWithDefaults() *UpdateBRandingConf200Response

NewUpdateBRandingConf200ResponseWithDefaults instantiates a new UpdateBRandingConf200Response 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

GetResult

func (o *UpdateBRandingConf200Response) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *UpdateBRandingConf200Response) GetResultOk() (*string, bool)

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

SetResult

func (o *UpdateBRandingConf200Response) SetResult(v string)

SetResult sets Result field to given value.

GetAction

func (o *UpdateBRandingConf200Response) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *UpdateBRandingConf200Response) GetActionOk() (*string, bool)

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

SetAction

func (o *UpdateBRandingConf200Response) SetAction(v string)

SetAction sets Action field to given value.

GetData

func (o *UpdateBRandingConf200Response) GetData() GetBrandingConf200ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *UpdateBRandingConf200Response) GetDataOk() (*GetBrandingConf200ResponseData, bool)

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

SetData

func (o *UpdateBRandingConf200Response) SetData(v GetBrandingConf200ResponseData)

SetData sets Data field to given value.

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