Class InstallNpmPackagesRequest
InstallNpmPackages request message.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1.Data
Assembly: Google.Apis.Dataform.v1.dll
Syntax
public class InstallNpmPackagesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PipelineConfig
Optional. The pipeline options which defines the pipeline type and path within the Git repository.
Declaration
[JsonProperty("pipelineConfig")]
public virtual PipelineConfig PipelineConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| PipelineConfig |