Class GoogleFirestoreAdminV1WeeklyRecurrence
Represents a recurring schedule that runs on a specified day of the week. The time zone is UTC.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1WeeklyRecurrence : IDirectResponseSchema
Properties
Day
The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.
Declaration
[JsonProperty("day")]
public virtual string Day { 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 |