Skip to content

Latest commit

 

History

History
368 lines (205 loc) · 10.4 KB

SchemasContactResponse.md

File metadata and controls

368 lines (205 loc) · 10.4 KB

SchemasContactResponse

Properties

Name Type Description Notes
UserID Pointer to NullableString The alphanumeric string representing the user for this customer contact. [optional]
ContactType Pointer to string The type of contact. [optional]
Name Pointer to NullableString The name of this contact, when user_id is not provided. [optional]
Email Pointer to NullableString The email of this contact, when a user_id is not provided. [optional]
Phone Pointer to NullableString The phone number for this contact. Required for primary, technical, and security contact types. [optional]
CustomerID Pointer to NullableString The alphanumeric string representing the customer for this customer contact. [optional]
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
DeletedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
UpdatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
ID Pointer to string [optional] [readonly]

Methods

NewSchemasContactResponse

func NewSchemasContactResponse() *SchemasContactResponse

NewSchemasContactResponse instantiates a new SchemasContactResponse 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

NewSchemasContactResponseWithDefaults

func NewSchemasContactResponseWithDefaults() *SchemasContactResponse

NewSchemasContactResponseWithDefaults instantiates a new SchemasContactResponse 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

GetUserID

func (o *SchemasContactResponse) GetUserID() string

GetUserID returns the UserID field if non-nil, zero value otherwise.

GetUserIDOk

func (o *SchemasContactResponse) GetUserIDOk() (*string, bool)

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

SetUserID

func (o *SchemasContactResponse) SetUserID(v string)

SetUserID sets UserID field to given value.

HasUserID

func (o *SchemasContactResponse) HasUserID() bool

HasUserID returns a boolean if a field has been set.

SetUserIDNil

func (o *SchemasContactResponse) SetUserIDNil(b bool)

SetUserIDNil sets the value for UserID to be an explicit nil

UnsetUserID

func (o *SchemasContactResponse) UnsetUserID()

UnsetUserID ensures that no value is present for UserID, not even an explicit nil

GetContactType

func (o *SchemasContactResponse) GetContactType() string

GetContactType returns the ContactType field if non-nil, zero value otherwise.

GetContactTypeOk

func (o *SchemasContactResponse) GetContactTypeOk() (*string, bool)

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

SetContactType

func (o *SchemasContactResponse) SetContactType(v string)

SetContactType sets ContactType field to given value.

HasContactType

func (o *SchemasContactResponse) HasContactType() bool

HasContactType returns a boolean if a field has been set.

GetName

func (o *SchemasContactResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SchemasContactResponse) 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 *SchemasContactResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SchemasContactResponse) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *SchemasContactResponse) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *SchemasContactResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetEmail

func (o *SchemasContactResponse) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *SchemasContactResponse) GetEmailOk() (*string, bool)

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

SetEmail

func (o *SchemasContactResponse) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *SchemasContactResponse) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *SchemasContactResponse) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *SchemasContactResponse) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetPhone

func (o *SchemasContactResponse) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *SchemasContactResponse) GetPhoneOk() (*string, bool)

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

SetPhone

func (o *SchemasContactResponse) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *SchemasContactResponse) HasPhone() bool

HasPhone returns a boolean if a field has been set.

SetPhoneNil

func (o *SchemasContactResponse) SetPhoneNil(b bool)

SetPhoneNil sets the value for Phone to be an explicit nil

UnsetPhone

func (o *SchemasContactResponse) UnsetPhone()

UnsetPhone ensures that no value is present for Phone, not even an explicit nil

GetCustomerID

func (o *SchemasContactResponse) GetCustomerID() string

GetCustomerID returns the CustomerID field if non-nil, zero value otherwise.

GetCustomerIDOk

func (o *SchemasContactResponse) GetCustomerIDOk() (*string, bool)

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

SetCustomerID

func (o *SchemasContactResponse) SetCustomerID(v string)

SetCustomerID sets CustomerID field to given value.

HasCustomerID

func (o *SchemasContactResponse) HasCustomerID() bool

HasCustomerID returns a boolean if a field has been set.

SetCustomerIDNil

func (o *SchemasContactResponse) SetCustomerIDNil(b bool)

SetCustomerIDNil sets the value for CustomerID to be an explicit nil

UnsetCustomerID

func (o *SchemasContactResponse) UnsetCustomerID()

UnsetCustomerID ensures that no value is present for CustomerID, not even an explicit nil

GetCreatedAt

func (o *SchemasContactResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *SchemasContactResponse) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *SchemasContactResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *SchemasContactResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *SchemasContactResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *SchemasContactResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetDeletedAt

func (o *SchemasContactResponse) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

func (o *SchemasContactResponse) GetDeletedAtOk() (*time.Time, bool)

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

SetDeletedAt

func (o *SchemasContactResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *SchemasContactResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *SchemasContactResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *SchemasContactResponse) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *SchemasContactResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *SchemasContactResponse) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *SchemasContactResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *SchemasContactResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *SchemasContactResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *SchemasContactResponse) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetID

func (o *SchemasContactResponse) GetID() string

GetID returns the ID field if non-nil, zero value otherwise.

GetIDOk

func (o *SchemasContactResponse) GetIDOk() (*string, bool)

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

SetID

func (o *SchemasContactResponse) SetID(v string)

SetID sets ID field to given value.

HasID

func (o *SchemasContactResponse) HasID() bool

HasID returns a boolean if a field has been set.

Back to API list | Back to README