Properties of a FetchSettings.
Package
@google-shopping/datasourcesProperties
dayOfMonth
dayOfMonth?: (number|null);
FetchSettings dayOfMonth
dayOfWeek
dayOfWeek?: (google.type.DayOfWeek|keyof typeof google.type.DayOfWeek|null);
FetchSettings dayOfWeek
enabled
enabled?: (boolean|null);
FetchSettings enabled
fetchUri
fetchUri?: (string|null);
FetchSettings fetchUri
frequency
frequency?: (google.shopping.merchant.datasources.v1beta.FileInput.FetchSettings.Frequency|keyof typeof google.shopping.merchant.datasources.v1beta.FileInput.FetchSettings.Frequency|null);
FetchSettings frequency
password
password?: (string|null);
FetchSettings password
timeOfDay
timeOfDay?: (google.type.ITimeOfDay|null);
FetchSettings timeOfDay
timeZone
timeZone?: (string|null);
FetchSettings timeZone
username
username?: (string|null);
FetchSettings username