Class OrganizationsResource
The "organizations" collection of methods.
Inherited Members
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 |