Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | [optional] | ||
FirstName | Pointer to string | Contact Info - GlobalSign requires this to be sent with every certificate creation request | [optional] |
LastName | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
Phone | Pointer to string | [optional] | |
ProfileId | Pointer to string | [optional] | |
Timeout | Pointer to int64 | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
Username | Pointer to string | [optional] |
func NewGlobalSignGCCTargetDetails() *GlobalSignGCCTargetDetails
NewGlobalSignGCCTargetDetails instantiates a new GlobalSignGCCTargetDetails 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 NewGlobalSignGCCTargetDetailsWithDefaults() *GlobalSignGCCTargetDetails
NewGlobalSignGCCTargetDetailsWithDefaults instantiates a new GlobalSignGCCTargetDetails 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 *GlobalSignGCCTargetDetails) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) 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 *GlobalSignGCCTargetDetails) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *GlobalSignGCCTargetDetails) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *GlobalSignGCCTargetDetails) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *GlobalSignGCCTargetDetails) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *GlobalSignGCCTargetDetails) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) 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 *GlobalSignGCCTargetDetails) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *GlobalSignGCCTargetDetails) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *GlobalSignGCCTargetDetails) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetTimeoutOk() (*int64, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *GlobalSignGCCTargetDetails) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *GlobalSignGCCTargetDetails) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *GlobalSignGCCTargetDetails) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlobalSignGCCTargetDetails) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *GlobalSignGCCTargetDetails) HasUsername() bool
HasUsername returns a boolean if a field has been set.