Class Routine
Represents a bigquery routine.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class Routine : IDirectResponseSchema
Properties
DefinitionBody
Optional. The definition body of the routine.
Declaration
[JsonProperty("definitionBody")]
public virtual string DefinitionBody { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RoutineType
Required. The type of routine.
Declaration
[JsonProperty("routineType")]
public virtual string RoutineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |