Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponse

Response for Label update.

Inheritance
object
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponse
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.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponse : 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<GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseResponse> Responses { get; set; }
Property Value
Type Description
IList<GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseResponse>

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 GoogleAppsDriveLabelsV2betaLabel UpdatedLabel { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2betaLabel

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX