Skip to main content

AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

Properties

NameTypeDescriptionNotes
AttributeNamePointer to stringThe name of attribute[optional]
SourceNamePointer to stringName of the Source[optional]
NamePointer to stringID of the Source[optional]

Methods

NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

func NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributes() *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributes instantiates a new AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes 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

NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributesWithDefaults

func NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributesWithDefaults() *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

NewAttributeMappingsAllOfTransformDefinitionAttributesInputAttributesWithDefaults instantiates a new AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes 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

GetAttributeName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetAttributeNameOk() (*string, bool)

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

SetAttributeName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

GetSourceName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetSourceNameOk() (*string, bool)

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

SetSourceName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

HasSourceName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

GetName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) GetNameOk() (*string, bool)

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

SetName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes) HasName() bool

HasName returns a boolean if a field has been set.