Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.98 KB

NotificationContactCreateRequest.md

File metadata and controls

56 lines (31 loc) · 1.98 KB

NotificationContactCreateRequest

Properties

Name Type Description Notes
AccountIdentifier Pointer to string [optional]

Methods

NewNotificationContactCreateRequest

func NewNotificationContactCreateRequest() *NotificationContactCreateRequest

NewNotificationContactCreateRequest instantiates a new NotificationContactCreateRequest 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

NewNotificationContactCreateRequestWithDefaults

func NewNotificationContactCreateRequestWithDefaults() *NotificationContactCreateRequest

NewNotificationContactCreateRequestWithDefaults instantiates a new NotificationContactCreateRequest 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

GetAccountIdentifier

func (o *NotificationContactCreateRequest) GetAccountIdentifier() string

GetAccountIdentifier returns the AccountIdentifier field if non-nil, zero value otherwise.

GetAccountIdentifierOk

func (o *NotificationContactCreateRequest) GetAccountIdentifierOk() (*string, bool)

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

SetAccountIdentifier

func (o *NotificationContactCreateRequest) SetAccountIdentifier(v string)

SetAccountIdentifier sets AccountIdentifier field to given value.

HasAccountIdentifier

func (o *NotificationContactCreateRequest) HasAccountIdentifier() bool

HasAccountIdentifier returns a boolean if a field has been set.

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