GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod (google_api_payments_reseller_subscription v0.8.0)
View SourceA description of what time period or moment in time the product or service is being delivered over.
Attributes
-
endTime(type:DateTime.t, default:nil) - Optional. The end time of the service period. Time is exclusive. -
startTime(type:DateTime.t, default:nil) - Required. The start time of the service period. Time is inclusive.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }