NlpSemanticParsingModelsRecurrenceMonthlyPattern
NLPInfrastructureGoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceMonthlyPattern
SEO Analysis
AI GeneratedBackend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Models Recurrence Monthly Pattern) contains 5 attributes that define its data structure. Key functionality includes: Special flag to indicate the last day of the month, equivalent to setting month_day to -1. Deprecated, use month_day=-1 instead.
Actionable Insights for SEOs
- Understanding this model helps SEOs grasp Google's internal data architecture
- Consider how this system might interact with other ranking signals
Attributes
5lastDayboolean(nilSpecial flag to indicate the last day of the month, equivalent to setting month_day to -1. Deprecated, use month_day=-1 instead.
lastWeekboolean(nilSpecial flag to indicate a week_day in the last week of the month, as this cannot be captured by week_day_number. Deprecated, use week_day_number=-1 instead.
monthDaylist(integer(nilAbsolute day of the month (if positive) or relative day from the end of the month (if negative). Example: 2nd and 20th of the month [2, 20]. Example: Last day of the month [-1]. Positive values should correspond to actual calendar day number (indexing starts at 1).
weekDaystringnilFull type: String.tFor capturing the nth weekday of the month. Use together with week_day_number or last_week to specify n.
weekDayNumberinteger(nilThe nth occurrence of week_day to match. I.e. For 3rd Wednesday of the month, week_day = WEDNESDAY and week_day_number = 3. Values beyond the end of the month are skipped. If negative, this is interpreted as the nth-to-last occurrence of the week day in the month. I.e. for last Thursday of the month, week_day = THURSDAY and week_day_number = -1.