Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.73 KB

FontPath.md

File metadata and controls

72 lines (39 loc) · 1.73 KB

FontPath

Properties

Name Type Description Notes
Id string
Path string

Methods

NewFontPath

func NewFontPath(id string, path string, ) *FontPath

NewFontPath instantiates a new FontPath 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

NewFontPathWithDefaults

func NewFontPathWithDefaults() *FontPath

NewFontPathWithDefaults instantiates a new FontPath 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 *FontPath) GetId() string

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

GetIdOk

func (o *FontPath) 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 *FontPath) SetId(v string)

SetId sets Id field to given value.

GetPath

func (o *FontPath) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *FontPath) GetPathOk() (*string, bool)

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

SetPath

func (o *FontPath) SetPath(v string)

SetPath sets Path field to given value.

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