Show / Hide Table of Contents

Class OrganizationsResource

The "organizations" collection of methods.

Inheritance
object
OrganizationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource

Constructors

OrganizationsResource(IClientService)

Constructs a new resource.

Declaration
public OrganizationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

AnalyticsAccountLinks

Gets the AnalyticsAccountLinks resource.

Declaration
public virtual OrganizationsResource.AnalyticsAccountLinksResource AnalyticsAccountLinks { get; }
Property Value
Type Description
OrganizationsResource.AnalyticsAccountLinksResource

Methods

Get(string)

Lookup for a single organization.

Declaration
public virtual OrganizationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Organization to retrieve. Format: organizations/{org_id}

Returns
Type Description
OrganizationsResource.GetRequest
In this article
Back to top Generated by DocFX