Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.88 KB

File metadata and controls

102 lines (57 loc) · 3.88 KB

OrderCreateV7RequestVmfAdditionalAttributesInner

Properties

Name Type Description Notes
AttributeName Pointer to NullableString The name of the header level field. [optional]
AttributeValue Pointer to NullableString The value of the header level field. [optional]

Methods

NewOrderCreateV7RequestVmfAdditionalAttributesInner

func NewOrderCreateV7RequestVmfAdditionalAttributesInner() *OrderCreateV7RequestVmfAdditionalAttributesInner

NewOrderCreateV7RequestVmfAdditionalAttributesInner instantiates a new OrderCreateV7RequestVmfAdditionalAttributesInner 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

NewOrderCreateV7RequestVmfAdditionalAttributesInnerWithDefaults

func NewOrderCreateV7RequestVmfAdditionalAttributesInnerWithDefaults() *OrderCreateV7RequestVmfAdditionalAttributesInner

NewOrderCreateV7RequestVmfAdditionalAttributesInnerWithDefaults instantiates a new OrderCreateV7RequestVmfAdditionalAttributesInner 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 *OrderCreateV7RequestVmfAdditionalAttributesInner) GetAttributeName() string

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

GetAttributeNameOk

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) 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 *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

SetAttributeNameNil

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeNameNil(b bool)

SetAttributeNameNil sets the value for AttributeName to be an explicit nil

UnsetAttributeName

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) UnsetAttributeName()

UnsetAttributeName ensures that no value is present for AttributeName, not even an explicit nil

GetAttributeValue

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) GetAttributeValue() string

GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.

GetAttributeValueOk

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) GetAttributeValueOk() (*string, bool)

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

SetAttributeValue

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeValue(v string)

SetAttributeValue sets AttributeValue field to given value.

HasAttributeValue

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) HasAttributeValue() bool

HasAttributeValue returns a boolean if a field has been set.

SetAttributeValueNil

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeValueNil(b bool)

SetAttributeValueNil sets the value for AttributeValue to be an explicit nil

UnsetAttributeValue

func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) UnsetAttributeValue()

UnsetAttributeValue ensures that no value is present for AttributeValue, not even an explicit nil

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