Show / Hide Table of Contents

Class CustomersResource.AppsResource.WebResource

The "web" collection of methods.

Inheritance
object
CustomersResource.AppsResource.WebResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.AppsResource.WebResource

Constructors

WebResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a specific app for a customer by its resource name.

Declaration
public virtual CustomersResource.AppsResource.WebResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The app for which details are being queried. Examples: "customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2" for the Save to Google Drive Chrome extension version 2.1.2, "customers/my_customer/apps/android/com.google.android.apps.docs" for the Google Drive Android app's latest version.

Returns
Type Description
CustomersResource.AppsResource.WebResource.GetRequest
In this article
Back to top Generated by DocFX