Capacity Planner v1beta API - Class ExportReservationsUsageResponse (1.0.0-beta01)

public sealed class ExportReservationsUsageResponse : IMessage<ExportReservationsUsageResponse>, IEquatable<ExportReservationsUsageResponse>, IDeepCloneable<ExportReservationsUsageResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Capacity Planner v1beta API class ExportReservationsUsageResponse.

A response message for [UsageService.ExportReservationsUsage].

Inheritance

object > ExportReservationsUsageResponse

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

ExportReservationsUsageResponse()

public ExportReservationsUsageResponse()

ExportReservationsUsageResponse(ExportReservationsUsageResponse)

public ExportReservationsUsageResponse(ExportReservationsUsageResponse other)
Parameter
Name Description
other ExportReservationsUsageResponse

Properties

Response

public string Response { get; set; }

The response message for the reservations usage export. In case of bigquery, it will also contain job id.

Property Value
Type Description
string