Show / Hide Table of Contents

Class GoogleFirestoreAdminV1WeeklyRecurrence

Represents a recurring schedule that runs on a specified day of the week. The time zone is UTC.

Inheritance
object
GoogleFirestoreAdminV1WeeklyRecurrence
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX