Show / Hide Table of Contents

Class RepricingRuleEffectiveTimeFixedTimePeriod

Definition of a fixed time period.

Inheritance
System.Object
RepricingRuleEffectiveTimeFixedTimePeriod
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingRuleEffectiveTimeFixedTimePeriod : IDirectResponseSchema

Properties

EndTime

The end time (exclusive) of the period. It can only be hour granularity.

Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
Type Description
System.Object

ETag

The ETag of the item.

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

StartTime

The start time (inclusive) of the period. It can only be hour granularity.

Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top