Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse

Response following Field create.

Inheritance
object
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse
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 GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX