2.1 KiB
SchemaRevisionAuditReq
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | object id | |
| Operation | string | approve or reject |
Methods
NewSchemaRevisionAuditReq
func NewSchemaRevisionAuditReq(id string, operation string, ) *SchemaRevisionAuditReq
NewSchemaRevisionAuditReq instantiates a new SchemaRevisionAuditReq 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
NewSchemaRevisionAuditReqWithDefaults
func NewSchemaRevisionAuditReqWithDefaults() *SchemaRevisionAuditReq
NewSchemaRevisionAuditReqWithDefaults instantiates a new SchemaRevisionAuditReq 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 *SchemaRevisionAuditReq) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *SchemaRevisionAuditReq) 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 *SchemaRevisionAuditReq) SetId(v string)
SetId sets Id field to given value.
GetOperation
func (o *SchemaRevisionAuditReq) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
GetOperationOk
func (o *SchemaRevisionAuditReq) 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 *SchemaRevisionAuditReq) SetOperation(v string)
SetOperation sets Operation field to given value.