--- id: v2024-attribute-mappings-all-of-transform-definition-attributes-input-attributes title: AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes pagination_label: AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes sidebar_label: AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes', 'V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes'] slug: /tools/sdk/go/v2024/models/attribute-mappings-all-of-transform-definition-attributes-input-attributes tags: ['SDK', 'Software Development Kit', 'AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes', 'V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes'] --- # AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AttributeName** | Pointer to **string** | The name of attribute | [optional] **SourceName** | Pointer to **string** | Name of the Source | [optional] **Name** | Pointer to **string** | ID 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.