| Name | Type | Description | Notes |
|---|---|---|---|
| ResponseBody | Pointer to string | [optional] | |
| LastModifiedDate | Pointer to time.Time | [optional] | |
| State | Pointer to string | [optional] |
func NewCustomerReviewResponseV1Attributes() *CustomerReviewResponseV1Attributes
NewCustomerReviewResponseV1Attributes instantiates a new CustomerReviewResponseV1Attributes 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 NewCustomerReviewResponseV1AttributesWithDefaults() *CustomerReviewResponseV1Attributes
NewCustomerReviewResponseV1AttributesWithDefaults instantiates a new CustomerReviewResponseV1Attributes 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 *CustomerReviewResponseV1Attributes) GetResponseBody() string
GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.
func (o *CustomerReviewResponseV1Attributes) GetResponseBodyOk() (*string, bool)
GetResponseBodyOk returns a tuple with the ResponseBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerReviewResponseV1Attributes) SetResponseBody(v string)
SetResponseBody sets ResponseBody field to given value.
func (o *CustomerReviewResponseV1Attributes) HasResponseBody() bool
HasResponseBody returns a boolean if a field has been set.
func (o *CustomerReviewResponseV1Attributes) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
func (o *CustomerReviewResponseV1Attributes) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerReviewResponseV1Attributes) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
func (o *CustomerReviewResponseV1Attributes) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (o *CustomerReviewResponseV1Attributes) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *CustomerReviewResponseV1Attributes) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerReviewResponseV1Attributes) SetState(v string)
SetState sets State field to given value.
func (o *CustomerReviewResponseV1Attributes) HasState() bool
HasState returns a boolean if a field has been set.