google_api_content v0.9.0 GoogleApi.Content.V2.Model.DatafeedFetchSchedule View Source
The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required.
Attributes
- dayOfMonth (integer()): The day of the month the feed file should be fetched (1-31). Defaults to:
null
. - fetchUrl (String.t): The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols. Defaults to:
null
. - hour (integer()): The hour of the day the feed file should be fetched (0-23). Defaults to:
null
. - minuteOfHour (integer()): The minute of the hour the feed file should be fetched (0-59). Read-only. Defaults to:
null
. - password (String.t): An optional password for fetch_url. Defaults to:
null
. - paused (boolean()): Whether the scheduled fetch is paused or not. Defaults to:
null
. - timeZone (String.t): Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles". Defaults to:
null
. - username (String.t): An optional user name for fetch_url. Defaults to:
null
. - weekday (String.t): The day of the week the feed file should be fetched. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.