Class ListBlueGreenDeploymentsResponse
The response message for listing blue-green deployment resources.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ListBlueGreenDeploymentsResponse : IDirectResponseSchema
Properties
BlueGreenDeployments
The list of blue-green deployment resources.
Declaration
[JsonProperty("blueGreenDeployments")]
public virtual IList<BlueGreenDeployment> BlueGreenDeployments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BlueGreenDeployment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token to retrieve the next page of results, or empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |