Class GetOrganizationRequest
Request message for GetOrganization RPC.
Implements
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class GetOrganizationRequest : IMessage<GetOrganizationRequest>, IEquatable<GetOrganizationRequest>, IDeepCloneable<GetOrganizationRequest>, IBufferMessage, IMessage
Constructors
GetOrganizationRequest()
Declaration
public GetOrganizationRequest()
GetOrganizationRequest(GetOrganizationRequest)
Declaration
public GetOrganizationRequest(GetOrganizationRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetOrganizationRequest | other |
Properties
Name
Required. The name of the Organization to retrieve. Format: organizations/{org_id}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationName
OrganizationName-typed view over the Name resource name property.
Declaration
public OrganizationName OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
OrganizationName |