| Name | Type | Description | Notes |
|---|---|---|---|
| ProfileRequest | Pointer to []ProfileRequest | [optional] |
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
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
func (o *ProfileRequests) GetProfileRequest() []ProfileRequest
GetProfileRequest returns the ProfileRequest field if non-nil, zero value otherwise.
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.
func (o *ProfileRequests) SetProfileRequest(v []ProfileRequest)
SetProfileRequest sets ProfileRequest field to given value.
func (o *ProfileRequests) HasProfileRequest() bool
HasProfileRequest returns a boolean if a field has been set.