Name | Type | Description | Notes |
---|---|---|---|
Fault | Pointer to GetAccesstoken500ResponseFault | [optional] |
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
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
func (o *GetAccesstoken500Response) GetFault() GetAccesstoken500ResponseFault
GetFault returns the Fault field if non-nil, zero value otherwise.
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.
func (o *GetAccesstoken500Response) SetFault(v GetAccesstoken500ResponseFault)
SetFault sets Fault field to given value.
func (o *GetAccesstoken500Response) HasFault() bool
HasFault returns a boolean if a field has been set.