Class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse
Response for Label update.
Implements
Inherited Members
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 |