Class BillingAccountsResource.ProjectsResource
The "projects" collection of methods.
Inheritance
System.Object
BillingAccountsResource.ProjectsResource
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.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
List(String)
Lists the projects associated with a billing account. The current authenticated user must have the
billing.resourceAssociations.list
IAM permission, which is often given to billing account
viewers.
Declaration
public virtual BillingAccountsResource.ProjectsResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Required. The resource name of the billing account associated with the projects that you want to list.
For example, |
Returns
Type | Description |
---|---|
BillingAccountsResource.ProjectsResource.ListRequest |