# SchemaReportHandleReq ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **FlaggedContent** | Pointer to **string** | | [optional] **FlaggedType** | **int32** | | **Id** | **string** | | ## Methods ### NewSchemaReportHandleReq `func NewSchemaReportHandleReq(flaggedType int32, id string, ) *SchemaReportHandleReq` NewSchemaReportHandleReq instantiates a new SchemaReportHandleReq 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 ### NewSchemaReportHandleReqWithDefaults `func NewSchemaReportHandleReqWithDefaults() *SchemaReportHandleReq` NewSchemaReportHandleReqWithDefaults instantiates a new SchemaReportHandleReq 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 ### GetFlaggedContent `func (o *SchemaReportHandleReq) GetFlaggedContent() string` GetFlaggedContent returns the FlaggedContent field if non-nil, zero value otherwise. ### GetFlaggedContentOk `func (o *SchemaReportHandleReq) GetFlaggedContentOk() (*string, bool)` GetFlaggedContentOk returns a tuple with the FlaggedContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFlaggedContent `func (o *SchemaReportHandleReq) SetFlaggedContent(v string)` SetFlaggedContent sets FlaggedContent field to given value. ### HasFlaggedContent `func (o *SchemaReportHandleReq) HasFlaggedContent() bool` HasFlaggedContent returns a boolean if a field has been set. ### GetFlaggedType `func (o *SchemaReportHandleReq) GetFlaggedType() int32` GetFlaggedType returns the FlaggedType field if non-nil, zero value otherwise. ### GetFlaggedTypeOk `func (o *SchemaReportHandleReq) GetFlaggedTypeOk() (*int32, bool)` GetFlaggedTypeOk returns a tuple with the FlaggedType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFlaggedType `func (o *SchemaReportHandleReq) SetFlaggedType(v int32)` SetFlaggedType sets FlaggedType field to given value. ### GetId `func (o *SchemaReportHandleReq) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *SchemaReportHandleReq) 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 *SchemaReportHandleReq) SetId(v string)` SetId sets Id field to given value. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)