Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The ID of the error instance | [optional] |
Name | Pointer to string | The name of the error kind | [optional] |
Message | Pointer to string | A description of what went wrong. | [optional] |
func NewGetSamlSettings400Response() *GetSamlSettings400Response
NewGetSamlSettings400Response instantiates a new GetSamlSettings400Response 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 NewGetSamlSettings400ResponseWithDefaults() *GetSamlSettings400Response
NewGetSamlSettings400ResponseWithDefaults instantiates a new GetSamlSettings400Response 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 *GetSamlSettings400Response) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetSamlSettings400Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSamlSettings400Response) SetId(v string)
SetId sets Id field to given value.
func (o *GetSamlSettings400Response) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetSamlSettings400Response) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GetSamlSettings400Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSamlSettings400Response) SetName(v string)
SetName sets Name field to given value.
func (o *GetSamlSettings400Response) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GetSamlSettings400Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetSamlSettings400Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSamlSettings400Response) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetSamlSettings400Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.