Skip to content

CreateDigitMapProfileEntity

Properties

Name Type Description Notes
DigitMap string Digit map
ProfileName string Digit map profile name

Methods

NewCreateDigitMapProfileEntity

func NewCreateDigitMapProfileEntity(digitMap string, profileName string, ) *CreateDigitMapProfileEntity

NewCreateDigitMapProfileEntity instantiates a new CreateDigitMapProfileEntity 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

NewCreateDigitMapProfileEntityWithDefaults

func NewCreateDigitMapProfileEntityWithDefaults() *CreateDigitMapProfileEntity

NewCreateDigitMapProfileEntityWithDefaults instantiates a new CreateDigitMapProfileEntity 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

GetDigitMap

func (o *CreateDigitMapProfileEntity) GetDigitMap() string

GetDigitMap returns the DigitMap field if non-nil, zero value otherwise.

GetDigitMapOk

func (o *CreateDigitMapProfileEntity) GetDigitMapOk() (*string, bool)

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

SetDigitMap

func (o *CreateDigitMapProfileEntity) SetDigitMap(v string)

SetDigitMap sets DigitMap field to given value.

GetProfileName

func (o *CreateDigitMapProfileEntity) GetProfileName() string

GetProfileName returns the ProfileName field if non-nil, zero value otherwise.

GetProfileNameOk

func (o *CreateDigitMapProfileEntity) GetProfileNameOk() (*string, bool)

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

SetProfileName

func (o *CreateDigitMapProfileEntity) SetProfileName(v string)

SetProfileName sets ProfileName field to given value.

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