View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportStatus (google_api_cloud_channel v0.11.0)
Status of a report generation process.
Attributes
-
endTime(type:DateTime.t, default:nil) - The report generation's completion time. -
startTime(type:DateTime.t, default:nil) - The report generation's start time. -
state(type:String.t, default:nil) - The current state of the report generation process.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1ReportStatus{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.