SocialGraphApiProtoMonthlyDayRecurrence

Social Graph APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence

2
out of 10
Low
SEO Impact
Pattern for a MONTHLY recurrence. This Monthly reccurence supports: 1. Absolute days of the month (i.e. the 1st and 15th) 2. Relative day from the end of the month (i.e. -1 for last day, -2 for second-to-last day). Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Social Graph Api Proto Monthly Day Recurrence) contains 2 attributes that define its data structure. Key functionality includes: Absolute 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: ...

Actionable Insights for SEOs

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

Attributes

2
Sort:|Filter:
monthDaylist(integer(
Default: nil

Absolute 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).

useLastDayIfMonthDayPastEndboolean(
Default: nil

If true, month_day beyond the end of month (i.e. month_day=31 in February) will default to the last day of the month.