Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.45 KB

File metadata and controls

108 lines (59 loc) · 3.45 KB

CustomerReviewResponseV1Attributes

Properties

Name Type Description Notes
ResponseBody Pointer to string [optional]
LastModifiedDate Pointer to time.Time [optional]
State Pointer to string [optional]

Methods

NewCustomerReviewResponseV1Attributes

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

NewCustomerReviewResponseV1AttributesWithDefaults

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

GetResponseBody

func (o *CustomerReviewResponseV1Attributes) GetResponseBody() string

GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.

GetResponseBodyOk

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.

SetResponseBody

func (o *CustomerReviewResponseV1Attributes) SetResponseBody(v string)

SetResponseBody sets ResponseBody field to given value.

HasResponseBody

func (o *CustomerReviewResponseV1Attributes) HasResponseBody() bool

HasResponseBody returns a boolean if a field has been set.

GetLastModifiedDate

func (o *CustomerReviewResponseV1Attributes) GetLastModifiedDate() time.Time

GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.

GetLastModifiedDateOk

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.

SetLastModifiedDate

func (o *CustomerReviewResponseV1Attributes) SetLastModifiedDate(v time.Time)

SetLastModifiedDate sets LastModifiedDate field to given value.

HasLastModifiedDate

func (o *CustomerReviewResponseV1Attributes) HasLastModifiedDate() bool

HasLastModifiedDate returns a boolean if a field has been set.

GetState

func (o *CustomerReviewResponseV1Attributes) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *CustomerReviewResponseV1Attributes) SetState(v string)

SetState sets State field to given value.

HasState

func (o *CustomerReviewResponseV1Attributes) HasState() bool

HasState returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]