Show / Hide Table of Contents

Class FeedSchedule

Contains the schedule of the dynamic feed.

Inheritance
object
FeedSchedule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class FeedSchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RepeatValue

Optional. The number of times the feed retransforms within one day. This is a required field if the schedule is enabled. Acceptable values are between 1 to 6, inclusive.

Declaration
[JsonProperty("repeatValue")]
public virtual long? RepeatValue { get; set; }
Property Value
Type Description
long?

ScheduleEnabled

Optional. Whether the schedule is enabled.

Declaration
[JsonProperty("scheduleEnabled")]
public virtual bool? ScheduleEnabled { get; set; }
Property Value
Type Description
bool?

StartHour

Optional. The hour of the day to start the feed. It is applicable if the repeat value is equal to 1. Default value is 0.

Declaration
[JsonProperty("startHour")]
public virtual string StartHour { get; set; }
Property Value
Type Description
string

StartMinute

Optional. The minute of the hour to start the feed. It is applicable if the repeat value is equal to 1. Default value is 0.

Declaration
[JsonProperty("startMinute")]
public virtual string StartMinute { get; set; }
Property Value
Type Description
string

TimeZone

Optional. The time zone to schedule the feed. It is applicable if the repeat value is equal to 1. Default value is "America/Los_Angeles".

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX