Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

File metadata and controls

56 lines (31 loc) · 1.74 KB

ProfileRequests

Properties

Name Type Description Notes
ProfileRequest Pointer to []ProfileRequest [optional]

Methods

NewProfileRequests

func NewProfileRequests() *ProfileRequests

NewProfileRequests instantiates a new ProfileRequests 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

NewProfileRequestsWithDefaults

func NewProfileRequestsWithDefaults() *ProfileRequests

NewProfileRequestsWithDefaults instantiates a new ProfileRequests 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

GetProfileRequest

func (o *ProfileRequests) GetProfileRequest() []ProfileRequest

GetProfileRequest returns the ProfileRequest field if non-nil, zero value otherwise.

GetProfileRequestOk

func (o *ProfileRequests) GetProfileRequestOk() (*[]ProfileRequest, bool)

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

SetProfileRequest

func (o *ProfileRequests) SetProfileRequest(v []ProfileRequest)

SetProfileRequest sets ProfileRequest field to given value.

HasProfileRequest

func (o *ProfileRequests) HasProfileRequest() bool

HasProfileRequest returns a boolean if a field has been set.

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