Class ProjectsResource.CreateRequest
Creates a new, empty script project with no script files and a base manifest file.
Inheritance
ProjectsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.Script.v1
Assembly: Google.Apis.Script.v1.dll
Syntax
public class ProjectsResource.CreateRequest : ScriptBaseServiceRequest<Project>, IClientServiceRequest<Project>, IClientServiceRequest
Constructors
CreateRequest(IClientService, CreateProjectRequest)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, CreateProjectRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CreateProjectRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Script.v1.Data.Project>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Script.v1.Data.Project>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Script.v1.Data.Project>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Script.v1.Data.Project>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()