GoogleApi.Content.V21.Model.RepricingRuleEffectiveTimeFixedTimePeriod (google_api_content v0.50.0) View Source
Definition of a fixed time period.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The end time (exclusive) of the period. It can only be hour granularity. -
startTime
(type:DateTime.t
, default:nil
) - The start time (inclusive) of the period. It can only be hour granularity.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.RepricingRuleEffectiveTimeFixedTimePeriod{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.