Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.38 KB

ListPrivateEndpointTrustedOwnersResponse.md

File metadata and controls

35 lines (19 loc) · 1.38 KB

ListPrivateEndpointTrustedOwnersResponse

Properties

Name Type Description Notes
TrustedOwners Pointer to []PrivateEndpointTrustedOwner trusted_owners describes the private endpoint trusted owner entries for the requested cluster. [optional]

Methods

NewListPrivateEndpointTrustedOwnersResponse

func NewListPrivateEndpointTrustedOwnersResponse() *ListPrivateEndpointTrustedOwnersResponse

NewListPrivateEndpointTrustedOwnersResponse instantiates a new ListPrivateEndpointTrustedOwnersResponse 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.

GetTrustedOwners

func (o *ListPrivateEndpointTrustedOwnersResponse) GetTrustedOwners() []PrivateEndpointTrustedOwner

GetTrustedOwners returns the TrustedOwners field if non-nil, zero value otherwise.

SetTrustedOwners

func (o *ListPrivateEndpointTrustedOwnersResponse) SetTrustedOwners(v []PrivateEndpointTrustedOwner)

SetTrustedOwners sets TrustedOwners field to given value.

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