Class StopInstanceRequest
Request message for stopping a running Instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class StopInstanceRequest : IDirectResponseSchema
Properties
DryRun
Optional. Indicates that the server should validate the request and populate default values without
persisting the request. Supported values: all
Declaration
[JsonProperty("dryRun")]
public virtual string DryRun { 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 |