Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse

Response for Label update.

Inheritance
object
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Responses

The reply of the updates. This maps 1:1 with the updates, although responses to some requests may be empty.

Declaration
[JsonProperty("responses")]
public virtual IList<GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse> Responses { get; set; }
Property Value
Type Description
IList<GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse>

UpdatedLabel

The label after updates were applied. This is only set if [BatchUpdateLabelResponse2.include_label_in_response] is true and there were no errors.

Declaration
[JsonProperty("updatedLabel")]
public virtual GoogleAppsDriveLabelsV2Label UpdatedLabel { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2Label

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX