Show / Hide Table of Contents

Class AccountPermissionGroupsResource

The "accountPermissionGroups" collection of methods.

Inheritance
System.Object
AccountPermissionGroupsResource
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.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class AccountPermissionGroupsResource

Constructors

AccountPermissionGroupsResource(IClientService)

Constructs a new resource.

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

Methods

Get(Int64, Int64)

Gets one account permission group by ID.

Declaration
public virtual AccountPermissionGroupsResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int64 id

Account permission group ID.

Returns
Type Description
AccountPermissionGroupsResource.GetRequest

List(Int64)

Retrieves the list of account permission groups.

Declaration
public virtual AccountPermissionGroupsResource.ListRequest List(long profileId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
AccountPermissionGroupsResource.ListRequest
In This Article
Back to top