Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.82 KB

GetAccesstoken500Response.md

File metadata and controls

56 lines (31 loc) · 1.82 KB

GetAccesstoken500Response

Properties

Name Type Description Notes
Fault Pointer to GetAccesstoken500ResponseFault [optional]

Methods

NewGetAccesstoken500Response

func NewGetAccesstoken500Response() *GetAccesstoken500Response

NewGetAccesstoken500Response instantiates a new GetAccesstoken500Response 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

NewGetAccesstoken500ResponseWithDefaults

func NewGetAccesstoken500ResponseWithDefaults() *GetAccesstoken500Response

NewGetAccesstoken500ResponseWithDefaults instantiates a new GetAccesstoken500Response 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

GetFault

func (o *GetAccesstoken500Response) GetFault() GetAccesstoken500ResponseFault

GetFault returns the Fault field if non-nil, zero value otherwise.

GetFaultOk

func (o *GetAccesstoken500Response) GetFaultOk() (*GetAccesstoken500ResponseFault, bool)

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

SetFault

func (o *GetAccesstoken500Response) SetFault(v GetAccesstoken500ResponseFault)

SetFault sets Fault field to given value.

HasFault

func (o *GetAccesstoken500Response) HasFault() bool

HasFault returns a boolean if a field has been set.

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