Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource

The "locations" collection of methods.

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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Customers

Gets the Customers resource.

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource Customers { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.CustomersResource

Methods

GetPartner(string)

Get details of a Partner.

Declaration
public virtual OrganizationsResource.LocationsResource.GetPartnerRequest GetPartner(string name)
Parameters
Type Name Description
string name

Required. Format: organizations/{organization}/locations/{location}/partner

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