Name | Type | Description | Notes |
---|---|---|---|
TrustedOwners | Pointer to []PrivateEndpointTrustedOwner | trusted_owners describes the private endpoint trusted owner entries for the requested cluster. | [optional] |
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.
func (o *ListPrivateEndpointTrustedOwnersResponse) GetTrustedOwners() []PrivateEndpointTrustedOwner
GetTrustedOwners returns the TrustedOwners field if non-nil, zero value otherwise.
func (o *ListPrivateEndpointTrustedOwnersResponse) SetTrustedOwners(v []PrivateEndpointTrustedOwner)
SetTrustedOwners sets TrustedOwners field to given value.