Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.64 KB

ProtocolSettings.md

File metadata and controls

56 lines (31 loc) · 1.64 KB

ProtocolSettings

Properties

Name Type Description Notes
NameFormat Pointer to string [optional]

Methods

NewProtocolSettings

func NewProtocolSettings() *ProtocolSettings

NewProtocolSettings instantiates a new ProtocolSettings 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

NewProtocolSettingsWithDefaults

func NewProtocolSettingsWithDefaults() *ProtocolSettings

NewProtocolSettingsWithDefaults instantiates a new ProtocolSettings 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

GetNameFormat

func (o *ProtocolSettings) GetNameFormat() string

GetNameFormat returns the NameFormat field if non-nil, zero value otherwise.

GetNameFormatOk

func (o *ProtocolSettings) GetNameFormatOk() (*string, bool)

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

SetNameFormat

func (o *ProtocolSettings) SetNameFormat(v string)

SetNameFormat sets NameFormat field to given value.

HasNameFormat

func (o *ProtocolSettings) HasNameFormat() bool

HasNameFormat returns a boolean if a field has been set.

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