Class ProjectsResource
The "projects" collection of methods.
Inheritance
System.Object
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.Dns.v2
Assembly: Google.Apis.Dns.v2.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
Get(String, String)
Fetches the representation of an existing Project.
Declaration
public virtual ProjectsResource.GetRequest Get(string project, string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location |
|
Returns
Type | Description |
---|---|
ProjectsResource.GetRequest |