AssistantApiRecurrence

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence

1
out of 10
Minimal
SEO Impact
Date-based recurrences specify repeating events. Conceptually, a recurrence is a (possibly unbounded) sequence of dates on which an event falls, described by a list of constraints. A date is in a recurrence if and only if it satisfies all of the constraints. Note that devices may support some constraints, but not all.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Recurrence) contains 9 attributes that define its data structure. Key functionality includes: The first day of the recurrence. If begin is not set, then the reminder will start infinitely in the past.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

9
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.t

The first day of the recurrence. If begin is not set, then the reminder will start infinitely in the past.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTimeRange.t

A list of blacklisted dates to skip the alarm on.

dayOfMonthlist(integer(
Default: nil

Specifies the date in a month. For example, if day_of_month is 15, then it represent the 15th day of the specified month.

dayOfWeeklist(integer(
Default: nil

Specifies a weekly or daily recurrence. Constraint: The date falls on one of these days of the week, in 0...6 (Sunday...Saturday).

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.t

The last day of the recurrence.

everyinteger(
Default: nil

Multiplier on the frequency of the recurrence. Use this to specify patterns that recur every X days, months, years, etc. Example: [remind me to call mom every 2nd week]. Default is 1 (every day, every month, every year).

monthOfYearlist(integer(
Default: nil

Specifies the month in a year. Constrain: the month falls on one of these months, in 1, 2, ... 12 (January...December).

numOccurrencesinteger(
Default: nil

The number of occurrences after which the recurrence should end.

weekOfMonthlist(integer(
Default: nil

Specifies the index of week in a month. For example, the second Tuesday every month, in this case, week_of_month should be 2.