| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| CSR | Pointer to NullableString | [optional] | |
| RequestTime | Pointer to time.Time | [optional] | |
| Subject | Pointer to []string | [optional] |
func NewCSSCMSDataModelModelsPendingCSRResponse() *CSSCMSDataModelModelsPendingCSRResponse
NewCSSCMSDataModelModelsPendingCSRResponse instantiates a new CSSCMSDataModelModelsPendingCSRResponse 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 NewCSSCMSDataModelModelsPendingCSRResponseWithDefaults() *CSSCMSDataModelModelsPendingCSRResponse
NewCSSCMSDataModelModelsPendingCSRResponseWithDefaults instantiates a new CSSCMSDataModelModelsPendingCSRResponse 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 *CSSCMSDataModelModelsPendingCSRResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetIdOk() (*int32, 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 *CSSCMSDataModelModelsPendingCSRResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsPendingCSRResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetCSR() string
GetCSR returns the CSR field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetCSROk() (*string, bool)
GetCSROk returns a tuple with the CSR field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) SetCSR(v string)
SetCSR sets CSR field to given value.
func (o *CSSCMSDataModelModelsPendingCSRResponse) HasCSR() bool
HasCSR returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) SetCSRNil(b bool)
SetCSRNil sets the value for CSR to be an explicit nil
func (o *CSSCMSDataModelModelsPendingCSRResponse) UnsetCSR()
UnsetCSR ensures that no value is present for CSR, not even an explicit nil
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetRequestTime() time.Time
GetRequestTime returns the RequestTime field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetRequestTimeOk() (*time.Time, bool)
GetRequestTimeOk returns a tuple with the RequestTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) SetRequestTime(v time.Time)
SetRequestTime sets RequestTime field to given value.
func (o *CSSCMSDataModelModelsPendingCSRResponse) HasRequestTime() bool
HasRequestTime returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetSubject() []string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPendingCSRResponse) GetSubjectOk() (*[]string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) SetSubject(v []string)
SetSubject sets Subject field to given value.
func (o *CSSCMSDataModelModelsPendingCSRResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPendingCSRResponse) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *CSSCMSDataModelModelsPendingCSRResponse) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil