Name | Type | Description | Notes |
---|---|---|---|
SFontName | string | The name of the Font | |
PkiFontID | int32 | The unique ID of the Font | |
BFontIsactive | bool | Whether the Font is active or not |
func NewFontAutocompleteElementResponse(sFontName string, pkiFontID int32, bFontIsactive bool, ) *FontAutocompleteElementResponse
NewFontAutocompleteElementResponse instantiates a new FontAutocompleteElementResponse 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
func NewFontAutocompleteElementResponseWithDefaults() *FontAutocompleteElementResponse
NewFontAutocompleteElementResponseWithDefaults instantiates a new FontAutocompleteElementResponse 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
func (o *FontAutocompleteElementResponse) GetSFontName() string
GetSFontName returns the SFontName field if non-nil, zero value otherwise.
func (o *FontAutocompleteElementResponse) GetSFontNameOk() (*string, bool)
GetSFontNameOk returns a tuple with the SFontName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FontAutocompleteElementResponse) SetSFontName(v string)
SetSFontName sets SFontName field to given value.
func (o *FontAutocompleteElementResponse) GetPkiFontID() int32
GetPkiFontID returns the PkiFontID field if non-nil, zero value otherwise.
func (o *FontAutocompleteElementResponse) GetPkiFontIDOk() (*int32, bool)
GetPkiFontIDOk returns a tuple with the PkiFontID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FontAutocompleteElementResponse) SetPkiFontID(v int32)
SetPkiFontID sets PkiFontID field to given value.
func (o *FontAutocompleteElementResponse) GetBFontIsactive() bool
GetBFontIsactive returns the BFontIsactive field if non-nil, zero value otherwise.
func (o *FontAutocompleteElementResponse) GetBFontIsactiveOk() (*bool, bool)
GetBFontIsactiveOk returns a tuple with the BFontIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FontAutocompleteElementResponse) SetBFontIsactive(v bool)
SetBFontIsactive sets BFontIsactive field to given value.