Files
openapi-go-answer/docs/SchemaUpdateUserStatusReq.md
2023-08-18 10:03:31 +08:00

2.1 KiB

SchemaUpdateUserStatusReq

Properties

Name Type Description Notes
Status string
UserId string

Methods

NewSchemaUpdateUserStatusReq

func NewSchemaUpdateUserStatusReq(status string, userId string, ) *SchemaUpdateUserStatusReq

NewSchemaUpdateUserStatusReq instantiates a new SchemaUpdateUserStatusReq 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

NewSchemaUpdateUserStatusReqWithDefaults

func NewSchemaUpdateUserStatusReqWithDefaults() *SchemaUpdateUserStatusReq

NewSchemaUpdateUserStatusReqWithDefaults instantiates a new SchemaUpdateUserStatusReq 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

GetStatus

func (o *SchemaUpdateUserStatusReq) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *SchemaUpdateUserStatusReq) GetStatusOk() (*string, bool)

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

SetStatus

func (o *SchemaUpdateUserStatusReq) SetStatus(v string)

SetStatus sets Status field to given value.

GetUserId

func (o *SchemaUpdateUserStatusReq) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *SchemaUpdateUserStatusReq) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *SchemaUpdateUserStatusReq) SetUserId(v string)

SetUserId sets UserId field to given value.

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