Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 8.82 KB

TriggerInputProvisioningCompletedAccountRequestsInner.md

File metadata and controls

212 lines (115 loc) · 8.82 KB

TriggerInputProvisioningCompletedAccountRequestsInner

Properties

Name Type Description Notes
Source TriggerInputProvisioningCompletedAccountRequestsInnerSource
AccountId Pointer to string The unique idenfier of the account being provisioned. [optional]
AccountOperation string The provisioning operation; typically Create, Modify, Enable, Disable, Unlock, or Delete.
ProvisioningResult map[string]interface{} The overall result of the provisioning transaction; this could be success, pending, failed, etc.
ProvisioningTarget string The name of the provisioning channel selected; this could be the same as the source, or could be a Service Desk Integration Module (SDIM).
TicketId Pointer to NullableString A reference to a tracking number, if this is sent to a Service Desk Integration Module (SDIM). [optional]
AttributeRequests Pointer to []TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner A list of attributes as part of the provisioning transaction. [optional]

Methods

NewTriggerInputProvisioningCompletedAccountRequestsInner

func NewTriggerInputProvisioningCompletedAccountRequestsInner(source TriggerInputProvisioningCompletedAccountRequestsInnerSource, accountOperation string, provisioningResult map[string]interface{}, provisioningTarget string, ) *TriggerInputProvisioningCompletedAccountRequestsInner

NewTriggerInputProvisioningCompletedAccountRequestsInner instantiates a new TriggerInputProvisioningCompletedAccountRequestsInner 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

NewTriggerInputProvisioningCompletedAccountRequestsInnerWithDefaults

func NewTriggerInputProvisioningCompletedAccountRequestsInnerWithDefaults() *TriggerInputProvisioningCompletedAccountRequestsInner

NewTriggerInputProvisioningCompletedAccountRequestsInnerWithDefaults instantiates a new TriggerInputProvisioningCompletedAccountRequestsInner 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

GetSource

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetSource() TriggerInputProvisioningCompletedAccountRequestsInnerSource

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetSourceOk() (*TriggerInputProvisioningCompletedAccountRequestsInnerSource, bool)

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

SetSource

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetSource(v TriggerInputProvisioningCompletedAccountRequestsInnerSource)

SetSource sets Source field to given value.

GetAccountId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetAccountOperation

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAccountOperation() string

GetAccountOperation returns the AccountOperation field if non-nil, zero value otherwise.

GetAccountOperationOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAccountOperationOk() (*string, bool)

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

SetAccountOperation

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetAccountOperation(v string)

SetAccountOperation sets AccountOperation field to given value.

GetProvisioningResult

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetProvisioningResult() map[string]interface{}

GetProvisioningResult returns the ProvisioningResult field if non-nil, zero value otherwise.

GetProvisioningResultOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetProvisioningResultOk() (*map[string]interface{}, bool)

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

SetProvisioningResult

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetProvisioningResult(v map[string]interface{})

SetProvisioningResult sets ProvisioningResult field to given value.

GetProvisioningTarget

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetProvisioningTarget() string

GetProvisioningTarget returns the ProvisioningTarget field if non-nil, zero value otherwise.

GetProvisioningTargetOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetProvisioningTargetOk() (*string, bool)

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

SetProvisioningTarget

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetProvisioningTarget(v string)

SetProvisioningTarget sets ProvisioningTarget field to given value.

GetTicketId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetTicketId() string

GetTicketId returns the TicketId field if non-nil, zero value otherwise.

GetTicketIdOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetTicketIdOk() (*string, bool)

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

SetTicketId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetTicketId(v string)

SetTicketId sets TicketId field to given value.

HasTicketId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) HasTicketId() bool

HasTicketId returns a boolean if a field has been set.

SetTicketIdNil

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetTicketIdNil(b bool)

SetTicketIdNil sets the value for TicketId to be an explicit nil

UnsetTicketId

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) UnsetTicketId()

UnsetTicketId ensures that no value is present for TicketId, not even an explicit nil

GetAttributeRequests

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAttributeRequests() []TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner

GetAttributeRequests returns the AttributeRequests field if non-nil, zero value otherwise.

GetAttributeRequestsOk

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) GetAttributeRequestsOk() (*[]TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner, bool)

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

SetAttributeRequests

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetAttributeRequests(v []TriggerInputProvisioningCompletedAccountRequestsInnerAttributeRequestsInner)

SetAttributeRequests sets AttributeRequests field to given value.

HasAttributeRequests

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) HasAttributeRequests() bool

HasAttributeRequests returns a boolean if a field has been set.

SetAttributeRequestsNil

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) SetAttributeRequestsNil(b bool)

SetAttributeRequestsNil sets the value for AttributeRequests to be an explicit nil

UnsetAttributeRequests

func (o *TriggerInputProvisioningCompletedAccountRequestsInner) UnsetAttributeRequests()

UnsetAttributeRequests ensures that no value is present for AttributeRequests, not even an explicit nil

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