Name | Type | Description | Notes |
---|---|---|---|
Code | int32 | ||
Message | string |
func NewGetSpacePublishingAuthById400ResponseError(code int32, message string, ) *GetSpacePublishingAuthById400ResponseError
NewGetSpacePublishingAuthById400ResponseError instantiates a new GetSpacePublishingAuthById400ResponseError 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 NewGetSpacePublishingAuthById400ResponseErrorWithDefaults() *GetSpacePublishingAuthById400ResponseError
NewGetSpacePublishingAuthById400ResponseErrorWithDefaults instantiates a new GetSpacePublishingAuthById400ResponseError 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 *GetSpacePublishingAuthById400ResponseError) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *GetSpacePublishingAuthById400ResponseError) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSpacePublishingAuthById400ResponseError) SetCode(v int32)
SetCode sets Code field to given value.
func (o *GetSpacePublishingAuthById400ResponseError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetSpacePublishingAuthById400ResponseError) 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 *GetSpacePublishingAuthById400ResponseError) SetMessage(v string)
SetMessage sets Message field to given value.