Name | Type | Description | Notes |
---|---|---|---|
TrustedOwner | PrivateEndpointTrustedOwner |
func NewRemovePrivateEndpointTrustedOwnerResponse(trustedOwner PrivateEndpointTrustedOwner, ) *RemovePrivateEndpointTrustedOwnerResponse
NewRemovePrivateEndpointTrustedOwnerResponse instantiates a new RemovePrivateEndpointTrustedOwnerResponse 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 NewRemovePrivateEndpointTrustedOwnerResponseWithDefaults() *RemovePrivateEndpointTrustedOwnerResponse
NewRemovePrivateEndpointTrustedOwnerResponseWithDefaults instantiates a new RemovePrivateEndpointTrustedOwnerResponse 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 *RemovePrivateEndpointTrustedOwnerResponse) GetTrustedOwner() PrivateEndpointTrustedOwner
GetTrustedOwner returns the TrustedOwner field if non-nil, zero value otherwise.
func (o *RemovePrivateEndpointTrustedOwnerResponse) SetTrustedOwner(v PrivateEndpointTrustedOwner)
SetTrustedOwner sets TrustedOwner field to given value.