AssistantApiSettingsDowntimePeriod
Assistant APIInfrastructureGoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsDowntimePeriod
SEO Analysis
AI GeneratedBackend 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
4enabledboolean(nilTrue if downtime should be enabled during this period.
endTimeGoogleTypeTimeOfDay →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.tTime 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.
startDaystringnilFull type: String.tThe day of the week when this downtime period starts. Required.
startTimeGoogleTypeTimeOfDay →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.tTime of day that this downtime period should start. Required.