Class GoogleFirestoreAdminV1TtlConfigDelta
Information about a TTL configuration change.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1TtlConfigDelta : IDirectResponseSchema
Properties
ChangeType
Specifies how the TTL configuration is changing.
Declaration
[JsonProperty("changeType")]
public virtual string ChangeType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |