Show / Hide Table of Contents

Class MoveAssignmentRequest

The request for ReservationService.MoveAssignment. Note: "bigquery.reservationAssignments.create" permission is required on the destination_id. Note: "bigquery.reservationAssignments.create" and "bigquery.reservationAssignments.delete" permission are required on the related assignee.

Inheritance
System.Object
MoveAssignmentRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.BigQueryReservation.v1beta1.Data
Assembly: Google.Apis.BigQueryReservation.v1beta1.dll
Syntax
public class MoveAssignmentRequest : IDirectResponseSchema

Properties

DestinationId

The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

Declaration
[JsonProperty("destinationId")]
public virtual string DestinationId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top