Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.04 KB

AuthorizedEEPsRestResponse.md

File metadata and controls

56 lines (31 loc) · 2.04 KB

AuthorizedEEPsRestResponse

Properties

Name Type Description Notes
EndEntitieProfiles Pointer to []EndEntityProfileRestResponse [optional]

Methods

NewAuthorizedEEPsRestResponse

func NewAuthorizedEEPsRestResponse() *AuthorizedEEPsRestResponse

NewAuthorizedEEPsRestResponse instantiates a new AuthorizedEEPsRestResponse 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

NewAuthorizedEEPsRestResponseWithDefaults

func NewAuthorizedEEPsRestResponseWithDefaults() *AuthorizedEEPsRestResponse

NewAuthorizedEEPsRestResponseWithDefaults instantiates a new AuthorizedEEPsRestResponse 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

GetEndEntitieProfiles

func (o *AuthorizedEEPsRestResponse) GetEndEntitieProfiles() []EndEntityProfileRestResponse

GetEndEntitieProfiles returns the EndEntitieProfiles field if non-nil, zero value otherwise.

GetEndEntitieProfilesOk

func (o *AuthorizedEEPsRestResponse) GetEndEntitieProfilesOk() (*[]EndEntityProfileRestResponse, bool)

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

SetEndEntitieProfiles

func (o *AuthorizedEEPsRestResponse) SetEndEntitieProfiles(v []EndEntityProfileRestResponse)

SetEndEntitieProfiles sets EndEntitieProfiles field to given value.

HasEndEntitieProfiles

func (o *AuthorizedEEPsRestResponse) HasEndEntitieProfiles() bool

HasEndEntitieProfiles returns a boolean if a field has been set.

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