GoogleApi.Spanner.V1.Model.ScanData (google_api_spanner v0.48.0)
View SourceScanData contains Cloud Key Visualizer scan data used by the caller to construct a visualization.
Attributes
-
data(type:GoogleApi.Spanner.V1.Model.VisualizationData.t, default:nil) - Cloud Key Visualizer scan data. The range of time this information covers is captured via the above time range fields. Note, this field is not available to the ListScans method. -
endTime(type:DateTime.t, default:nil) - The upper bound for when the contained data is defined. -
startTime(type:DateTime.t, default:nil) - A range of time (inclusive) for when the contained data is defined. The lower bound for when the contained data is defined.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.ScanData{ data: GoogleApi.Spanner.V1.Model.VisualizationData.t() | nil, endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }