Class ProjectsResource.LocationsResource.RepositoriesResource.WorkspacesResource.InstallNpmPackagesRequest
Installs dependency NPM packages (inside a Workspace).
Inheritance
ProjectsResource.LocationsResource.RepositoriesResource.WorkspacesResource.InstallNpmPackagesRequest
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.WorkspacesResource.InstallNpmPackagesRequest : DataformBaseServiceRequest<InstallNpmPackagesResponse>, IClientServiceRequest<InstallNpmPackagesResponse>, IClientServiceRequest
Constructors
InstallNpmPackagesRequest(IClientService, InstallNpmPackagesRequest, string)
Constructs a new InstallNpmPackages request.
Declaration
public InstallNpmPackagesRequest(IClientService service, InstallNpmPackagesRequest body, string workspace)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
InstallNpmPackagesRequest | body | |
string | workspace |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Workspace
Required. The workspace's name.
Declaration
[RequestParameter("workspace", RequestParameterType.Path)]
public virtual string Workspace { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes InstallNpmPackages parameter list.
Declaration
protected override void InitParameters()