Class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse
Response following Field create.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The field of the created field. When left blank in a create request, a key will be autogenerated and can be identified here.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
The priority of the created field. The priority may change from what was specified to assure contiguous priorities between fields (1-n).
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
Type | Description |
---|---|
int? |