213 lines
5.8 KiB
Markdown
213 lines
5.8 KiB
Markdown
# SchemaActObjectInfo
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**AnswerId** | Pointer to **string** | | [optional]
|
|
**DisplayName** | Pointer to **string** | | [optional]
|
|
**MainTagSlugName** | Pointer to **string** | | [optional]
|
|
**ObjectType** | Pointer to **string** | | [optional]
|
|
**QuestionId** | Pointer to **string** | | [optional]
|
|
**Title** | Pointer to **string** | | [optional]
|
|
**Username** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaActObjectInfo
|
|
|
|
`func NewSchemaActObjectInfo() *SchemaActObjectInfo`
|
|
|
|
NewSchemaActObjectInfo instantiates a new SchemaActObjectInfo 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
|
|
|
|
### NewSchemaActObjectInfoWithDefaults
|
|
|
|
`func NewSchemaActObjectInfoWithDefaults() *SchemaActObjectInfo`
|
|
|
|
NewSchemaActObjectInfoWithDefaults instantiates a new SchemaActObjectInfo 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
|
|
|
|
### GetAnswerId
|
|
|
|
`func (o *SchemaActObjectInfo) GetAnswerId() string`
|
|
|
|
GetAnswerId returns the AnswerId field if non-nil, zero value otherwise.
|
|
|
|
### GetAnswerIdOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetAnswerIdOk() (*string, bool)`
|
|
|
|
GetAnswerIdOk returns a tuple with the AnswerId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAnswerId
|
|
|
|
`func (o *SchemaActObjectInfo) SetAnswerId(v string)`
|
|
|
|
SetAnswerId sets AnswerId field to given value.
|
|
|
|
### HasAnswerId
|
|
|
|
`func (o *SchemaActObjectInfo) HasAnswerId() bool`
|
|
|
|
HasAnswerId returns a boolean if a field has been set.
|
|
|
|
### GetDisplayName
|
|
|
|
`func (o *SchemaActObjectInfo) GetDisplayName() string`
|
|
|
|
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
|
|
|
### GetDisplayNameOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetDisplayNameOk() (*string, bool)`
|
|
|
|
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDisplayName
|
|
|
|
`func (o *SchemaActObjectInfo) SetDisplayName(v string)`
|
|
|
|
SetDisplayName sets DisplayName field to given value.
|
|
|
|
### HasDisplayName
|
|
|
|
`func (o *SchemaActObjectInfo) HasDisplayName() bool`
|
|
|
|
HasDisplayName returns a boolean if a field has been set.
|
|
|
|
### GetMainTagSlugName
|
|
|
|
`func (o *SchemaActObjectInfo) GetMainTagSlugName() string`
|
|
|
|
GetMainTagSlugName returns the MainTagSlugName field if non-nil, zero value otherwise.
|
|
|
|
### GetMainTagSlugNameOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetMainTagSlugNameOk() (*string, bool)`
|
|
|
|
GetMainTagSlugNameOk returns a tuple with the MainTagSlugName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMainTagSlugName
|
|
|
|
`func (o *SchemaActObjectInfo) SetMainTagSlugName(v string)`
|
|
|
|
SetMainTagSlugName sets MainTagSlugName field to given value.
|
|
|
|
### HasMainTagSlugName
|
|
|
|
`func (o *SchemaActObjectInfo) HasMainTagSlugName() bool`
|
|
|
|
HasMainTagSlugName returns a boolean if a field has been set.
|
|
|
|
### GetObjectType
|
|
|
|
`func (o *SchemaActObjectInfo) GetObjectType() string`
|
|
|
|
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
|
|
|
|
### GetObjectTypeOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetObjectTypeOk() (*string, bool)`
|
|
|
|
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetObjectType
|
|
|
|
`func (o *SchemaActObjectInfo) SetObjectType(v string)`
|
|
|
|
SetObjectType sets ObjectType field to given value.
|
|
|
|
### HasObjectType
|
|
|
|
`func (o *SchemaActObjectInfo) HasObjectType() bool`
|
|
|
|
HasObjectType returns a boolean if a field has been set.
|
|
|
|
### GetQuestionId
|
|
|
|
`func (o *SchemaActObjectInfo) GetQuestionId() string`
|
|
|
|
GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.
|
|
|
|
### GetQuestionIdOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetQuestionIdOk() (*string, bool)`
|
|
|
|
GetQuestionIdOk returns a tuple with the QuestionId field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetQuestionId
|
|
|
|
`func (o *SchemaActObjectInfo) SetQuestionId(v string)`
|
|
|
|
SetQuestionId sets QuestionId field to given value.
|
|
|
|
### HasQuestionId
|
|
|
|
`func (o *SchemaActObjectInfo) HasQuestionId() bool`
|
|
|
|
HasQuestionId returns a boolean if a field has been set.
|
|
|
|
### GetTitle
|
|
|
|
`func (o *SchemaActObjectInfo) GetTitle() string`
|
|
|
|
GetTitle returns the Title field if non-nil, zero value otherwise.
|
|
|
|
### GetTitleOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetTitleOk() (*string, bool)`
|
|
|
|
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTitle
|
|
|
|
`func (o *SchemaActObjectInfo) SetTitle(v string)`
|
|
|
|
SetTitle sets Title field to given value.
|
|
|
|
### HasTitle
|
|
|
|
`func (o *SchemaActObjectInfo) HasTitle() bool`
|
|
|
|
HasTitle returns a boolean if a field has been set.
|
|
|
|
### GetUsername
|
|
|
|
`func (o *SchemaActObjectInfo) GetUsername() string`
|
|
|
|
GetUsername returns the Username field if non-nil, zero value otherwise.
|
|
|
|
### GetUsernameOk
|
|
|
|
`func (o *SchemaActObjectInfo) GetUsernameOk() (*string, bool)`
|
|
|
|
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetUsername
|
|
|
|
`func (o *SchemaActObjectInfo) SetUsername(v string)`
|
|
|
|
SetUsername sets Username field to given value.
|
|
|
|
### HasUsername
|
|
|
|
`func (o *SchemaActObjectInfo) HasUsername() bool`
|
|
|
|
HasUsername returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|