Show / Hide Table of Contents

Class PermissionsResource

The "permissions" collection of methods.

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

Constructors

PermissionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long)

Returns the permissions for the given issuer id.

Declaration
public virtual PermissionsResource.GetRequest Get(long resourceId)
Parameters
Type Name Description
long resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

Returns
Type Description
PermissionsResource.GetRequest

Update(Permissions, long)

Updates the permissions for the given issuer.

Declaration
public virtual PermissionsResource.UpdateRequest Update(Permissions body, long resourceId)
Parameters
Type Name Description
Permissions body

The body of the request.

long resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

Returns
Type Description
PermissionsResource.UpdateRequest
In this article
Back to top Generated by DocFX