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] |
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] |
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
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
func (o *SchemasContactResponse) GetUserID() string
GetUserID returns the UserID field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetUserID(v string)
SetUserID sets UserID field to given value.
func (o *SchemasContactResponse) HasUserID() bool
HasUserID returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetUserIDNil(b bool)
SetUserIDNil sets the value for UserID to be an explicit nil
func (o *SchemasContactResponse) UnsetUserID()
UnsetUserID ensures that no value is present for UserID, not even an explicit nil
func (o *SchemasContactResponse) GetContactType() string
GetContactType returns the ContactType field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetContactType(v string)
SetContactType sets ContactType field to given value.
func (o *SchemasContactResponse) HasContactType() bool
HasContactType returns a boolean if a field has been set.
func (o *SchemasContactResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SchemasContactResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SchemasContactResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SchemasContactResponse) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SchemasContactResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *SchemasContactResponse) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *SchemasContactResponse) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *SchemasContactResponse) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetPhoneNil(b bool)
SetPhoneNil sets the value for Phone to be an explicit nil
func (o *SchemasContactResponse) UnsetPhone()
UnsetPhone ensures that no value is present for Phone, not even an explicit nil
func (o *SchemasContactResponse) GetCustomerID() string
GetCustomerID returns the CustomerID field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetCustomerID(v string)
SetCustomerID sets CustomerID field to given value.
func (o *SchemasContactResponse) HasCustomerID() bool
HasCustomerID returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetCustomerIDNil(b bool)
SetCustomerIDNil sets the value for CustomerID to be an explicit nil
func (o *SchemasContactResponse) UnsetCustomerID()
UnsetCustomerID ensures that no value is present for CustomerID, not even an explicit nil
func (o *SchemasContactResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SchemasContactResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *SchemasContactResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *SchemasContactResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *SchemasContactResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *SchemasContactResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *SchemasContactResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SchemasContactResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *SchemasContactResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *SchemasContactResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *SchemasContactResponse) GetID() string
GetID returns the ID field if non-nil, zero value otherwise.
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.
func (o *SchemasContactResponse) SetID(v string)
SetID sets ID field to given value.
func (o *SchemasContactResponse) HasID() bool
HasID returns a boolean if a field has been set.