public sealed class GetPartnerRequest : IMessage<GetPartnerRequest>, IEquatable<GetPartnerRequest>, IDeepCloneable<GetPartnerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class GetPartnerRequest.
Message for getting a Partner
Implements
IMessageGetPartnerRequest, IEquatableGetPartnerRequest, IDeepCloneableGetPartnerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
GetPartnerRequest()
public GetPartnerRequest()
GetPartnerRequest(GetPartnerRequest)
public GetPartnerRequest(GetPartnerRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetPartnerRequest |
Properties
Name
public string Name { get; set; }
Required. Format: organizations/{organization}/locations/{location}/partner
Property Value | |
---|---|
Type | Description |
string |
PartnerName
public PartnerName PartnerName { get; set; }
PartnerName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PartnerName |