Skip to content

SimplifiedDigitMapProfile

Properties

Name Type Description Notes
DigitMapProfileId Pointer to string Digit map profile ID. [optional]
DigitMapProfileName Pointer to string Digit map profile name. [optional]

Methods

NewSimplifiedDigitMapProfile

func NewSimplifiedDigitMapProfile() *SimplifiedDigitMapProfile

NewSimplifiedDigitMapProfile instantiates a new SimplifiedDigitMapProfile 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

NewSimplifiedDigitMapProfileWithDefaults

func NewSimplifiedDigitMapProfileWithDefaults() *SimplifiedDigitMapProfile

NewSimplifiedDigitMapProfileWithDefaults instantiates a new SimplifiedDigitMapProfile 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

GetDigitMapProfileId

func (o *SimplifiedDigitMapProfile) GetDigitMapProfileId() string

GetDigitMapProfileId returns the DigitMapProfileId field if non-nil, zero value otherwise.

GetDigitMapProfileIdOk

func (o *SimplifiedDigitMapProfile) GetDigitMapProfileIdOk() (*string, bool)

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

SetDigitMapProfileId

func (o *SimplifiedDigitMapProfile) SetDigitMapProfileId(v string)

SetDigitMapProfileId sets DigitMapProfileId field to given value.

HasDigitMapProfileId

func (o *SimplifiedDigitMapProfile) HasDigitMapProfileId() bool

HasDigitMapProfileId returns a boolean if a field has been set.

GetDigitMapProfileName

func (o *SimplifiedDigitMapProfile) GetDigitMapProfileName() string

GetDigitMapProfileName returns the DigitMapProfileName field if non-nil, zero value otherwise.

GetDigitMapProfileNameOk

func (o *SimplifiedDigitMapProfile) GetDigitMapProfileNameOk() (*string, bool)

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

SetDigitMapProfileName

func (o *SimplifiedDigitMapProfile) SetDigitMapProfileName(v string)

SetDigitMapProfileName sets DigitMapProfileName field to given value.

HasDigitMapProfileName

func (o *SimplifiedDigitMapProfile) HasDigitMapProfileName() bool

HasDigitMapProfileName returns a boolean if a field has been set.

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