Class AccountPermissionsResource
The "accountPermissions" collection of methods.
Inheritance
System.Object
AccountPermissionsResource
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_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class AccountPermissionsResource
Constructors
AccountPermissionsResource(IClientService)
Constructs a new resource.
Declaration
public AccountPermissionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64)
Gets one account permission by ID.
Declaration
public virtual AccountPermissionsResource.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 ID. |
Returns
Type | Description |
---|---|
AccountPermissionsResource.GetRequest |
List(Int64)
Retrieves the list of account permissions.
Declaration
public virtual AccountPermissionsResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AccountPermissionsResource.ListRequest |