AssistantApiRecurrence
Assistant APIInfrastructureGoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence
SEO Analysis
AI GeneratedBackend 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
9beginAssistantApiDate →nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.tThe first day of the recurrence. If begin is not set, then the reminder will start infinitely in the past.
blacklistedRangesAssistantApiDateTimeRange →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiDateTimeRange.tA list of blacklisted dates to skip the alarm on.
dayOfMonthlist(integer(nilSpecifies 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(nilSpecifies a weekly or daily recurrence. Constraint: The date falls on one of these days of the week, in 0...6 (Sunday...Saturday).
nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDate.tThe last day of the recurrence.
everyinteger(nilMultiplier 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(nilSpecifies the month in a year. Constrain: the month falls on one of these months, in 1, 2, ... 12 (January...December).
numOccurrencesinteger(nilThe number of occurrences after which the recurrence should end.
weekOfMonthlist(integer(nilSpecifies the index of week in a month. For example, the second Tuesday every month, in this case, week_of_month should be 2.