View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Period (google_api_cloud_channel v0.6.0)

Represents period in days/months/years.

Attributes

  • duration (type: integer(), default: nil) - Total duration of Period Type defined.
  • periodType (type: String.t, default: nil) - Period Type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Period{
  duration: integer() | nil,
  periodType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.