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

2.3 KiB

SchemaOperationQuestionReq

Properties

Name Type Description Notes
Id string
Operation Pointer to string operation [pin unpin hide show] [optional]

Methods

NewSchemaOperationQuestionReq

func NewSchemaOperationQuestionReq(id string, ) *SchemaOperationQuestionReq

NewSchemaOperationQuestionReq instantiates a new SchemaOperationQuestionReq 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

NewSchemaOperationQuestionReqWithDefaults

func NewSchemaOperationQuestionReqWithDefaults() *SchemaOperationQuestionReq

NewSchemaOperationQuestionReqWithDefaults instantiates a new SchemaOperationQuestionReq 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

GetId

func (o *SchemaOperationQuestionReq) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SchemaOperationQuestionReq) 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.

SetId

func (o *SchemaOperationQuestionReq) SetId(v string)

SetId sets Id field to given value.

GetOperation

func (o *SchemaOperationQuestionReq) GetOperation() string

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *SchemaOperationQuestionReq) GetOperationOk() (*string, bool)

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

SetOperation

func (o *SchemaOperationQuestionReq) SetOperation(v string)

SetOperation sets Operation field to given value.

HasOperation

func (o *SchemaOperationQuestionReq) HasOperation() bool

HasOperation returns a boolean if a field has been set.

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