Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.69 KB

TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner.md

File metadata and controls

108 lines (59 loc) · 4.69 KB

TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner

Properties

Name Type Description Notes
AttributeName string The name of the attribute being provisioned.
AttributeValue Pointer to NullableString The value of the attribute being provisioned. [optional]
Operation map[string]interface{} The operation to handle the attribute.

Methods

NewTriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner

func NewTriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner(attributeName string, operation map[string]interface{}, ) *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner

NewTriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner instantiates a new TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner 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

NewTriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInnerWithDefaults

func NewTriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInnerWithDefaults() *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner

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

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

GetAttributeNameOk

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

SetAttributeName sets AttributeName field to given value.

GetAttributeValue

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) GetAttributeValue() string

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

GetAttributeValueOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) 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 *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) SetAttributeValue(v string)

SetAttributeValue sets AttributeValue field to given value.

HasAttributeValue

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) HasAttributeValue() bool

HasAttributeValue returns a boolean if a field has been set.

SetAttributeValueNil

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) SetAttributeValueNil(b bool)

SetAttributeValueNil sets the value for AttributeValue to be an explicit nil

UnsetAttributeValue

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) UnsetAttributeValue()

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

GetOperation

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) GetOperation() map[string]interface{}

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) GetOperationOk() (*map[string]interface{}, bool)

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

SetOperation

func (o *TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner) SetOperation(v map[string]interface{})

SetOperation sets Operation field to given value.

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