Show / Hide Table of Contents

Class Organization

A resource message representing a Google Marketing Platform organization.

Inheritance
object
Organization
Implements
IMessage<Organization>
IEquatable<Organization>
IDeepCloneable<Organization>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class Organization : IMessage<Organization>, IEquatable<Organization>, IDeepCloneable<Organization>, IBufferMessage, IMessage

Constructors

Organization()

Declaration
public Organization()

Organization(Organization)

Declaration
public Organization(Organization other)
Parameters
Type Name Description
Organization other

Properties

DisplayName

The human-readable name for the organization.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the GMP organization. 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
In this article
Back to top Generated by DocFX