Skip to content

Latest commit

History

History
56 lines (31 loc) 路 2.03 KB

UserChangeRequestSearchResponseV1Results.md

File metadata and controls

56 lines (31 loc) 路 2.03 KB

UserChangeRequestSearchResponseV1Results

Properties

Name Type Description Notes
Record Pointer to UserChangeRequestModelV1 [optional]

Methods

NewUserChangeRequestSearchResponseV1Results

func NewUserChangeRequestSearchResponseV1Results() *UserChangeRequestSearchResponseV1Results

NewUserChangeRequestSearchResponseV1Results instantiates a new UserChangeRequestSearchResponseV1Results 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

NewUserChangeRequestSearchResponseV1ResultsWithDefaults

func NewUserChangeRequestSearchResponseV1ResultsWithDefaults() *UserChangeRequestSearchResponseV1Results

NewUserChangeRequestSearchResponseV1ResultsWithDefaults instantiates a new UserChangeRequestSearchResponseV1Results 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

GetRecord

func (o *UserChangeRequestSearchResponseV1Results) GetRecord() UserChangeRequestModelV1

GetRecord returns the Record field if non-nil, zero value otherwise.

GetRecordOk

func (o *UserChangeRequestSearchResponseV1Results) GetRecordOk() (*UserChangeRequestModelV1, bool)

GetRecordOk returns a tuple with the Record field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecord

func (o *UserChangeRequestSearchResponseV1Results) SetRecord(v UserChangeRequestModelV1)

SetRecord sets Record field to given value.

HasRecord

func (o *UserChangeRequestSearchResponseV1Results) HasRecord() bool

HasRecord returns a boolean if a field has been set.

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