Show / Hide Table of Contents

Class UsersResource

The "users" collection of methods.

Inheritance
System.Object
UsersResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UsersResource

Constructors

UsersResource(IClientService)

Constructs a new resource.

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

Methods

Create(User, String)

Grant access for a user to the given developer account.

Declaration
public virtual UsersResource.CreateRequest Create(User body, string parent)
Parameters
Type Name Description
User body

The body of the request.

System.String parent

Required. The developer account to add the user to. Format: developers/{developer}

Returns
Type Description
UsersResource.CreateRequest

Delete(String)

Removes all access for the user to the given developer account.

Declaration
public virtual UsersResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

Required. The name of the user to delete. Format: developers/{developer}/users/{email}

Returns
Type Description
UsersResource.DeleteRequest

List(String)

Lists all users with access to a developer account.

Declaration
public virtual UsersResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The developer account to fetch users from. Format: developers/{developer}

Returns
Type Description
UsersResource.ListRequest

Patch(User, String)

Updates access for the user to the developer account.

Declaration
public virtual UsersResource.PatchRequest Patch(User body, string name)
Parameters
Type Name Description
User body

The body of the request.

System.String name

Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}".

Returns
Type Description
UsersResource.PatchRequest
In This Article
Back to top Generated by DocFX