View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AdScheduleInfo (google_api_search_ads360 v0.8.0)
Represents an AdSchedule criterion. AdSchedule is specified as the day of the week and a time interval within which ads will be shown. No more than six AdSchedules can be added for the same day.
Attributes
-
dayOfWeek
(type:String.t
, default:nil
) - Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations. -
endHour
(type:integer()
, default:nil
) - Ending hour in 24 hour time; 24 signifies end of the day. This field must be between 0 and 24, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations. -
endMinute
(type:String.t
, default:nil
) - Minutes after the end hour at which this schedule ends. The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations. -
startHour
(type:integer()
, default:nil
) - Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations. -
startMinute
(type:String.t
, default:nil
) - Minutes after the start hour at which this schedule starts. This field is required for CREATE operations and is prohibited on UPDATE operations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.