Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.7 KB

AddPrivateEndpointTrustedOwnerResponse.md

File metadata and controls

43 lines (24 loc) · 1.7 KB

AddPrivateEndpointTrustedOwnerResponse

Properties

Name Type Description Notes
TrustedOwner PrivateEndpointTrustedOwner

Methods

NewAddPrivateEndpointTrustedOwnerResponse

func NewAddPrivateEndpointTrustedOwnerResponse(trustedOwner PrivateEndpointTrustedOwner, ) *AddPrivateEndpointTrustedOwnerResponse

NewAddPrivateEndpointTrustedOwnerResponse instantiates a new AddPrivateEndpointTrustedOwnerResponse 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.

NewAddPrivateEndpointTrustedOwnerResponseWithDefaults

func NewAddPrivateEndpointTrustedOwnerResponseWithDefaults() *AddPrivateEndpointTrustedOwnerResponse

NewAddPrivateEndpointTrustedOwnerResponseWithDefaults instantiates a new AddPrivateEndpointTrustedOwnerResponse 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.

GetTrustedOwner

func (o *AddPrivateEndpointTrustedOwnerResponse) GetTrustedOwner() PrivateEndpointTrustedOwner

GetTrustedOwner returns the TrustedOwner field if non-nil, zero value otherwise.

SetTrustedOwner

func (o *AddPrivateEndpointTrustedOwnerResponse) SetTrustedOwner(v PrivateEndpointTrustedOwner)

SetTrustedOwner sets TrustedOwner field to given value.

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