AssistantApiSettingsDowntimePeriod

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDowntimePeriod

1
out of 10
Minimal
SEO Impact
Specifies a period of up to 24 hours when downtime should be enabled, starting at certain time on a certain day of the week, and ending at a later time on either that day or the following day.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Settings Downtime Period) contains 4 attributes that define its data structure. Key functionality includes: True if downtime should be enabled during this period.

Actionable Insights for SEOs

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

Attributes

4
Sort:|Filter:
enabledboolean(
Default: nil

True if downtime should be enabled during this period.

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

Time of day that this downtime period should end. Required. If end_time > start_time, end_time is relative to start_day. Otherwise, end_time is relative to the day after start_day. For example, start_day: MONDAY, start_time: 9 p.m., end_time: 6 a.m. means that the downtime period starts at 9 p.m. on Monday and ends at 6 a.m. on Tuesday.

startDaystring
Default: nilFull type: String.t

The day of the week when this downtime period starts. Required.

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

Time of day that this downtime period should start. Required.