View Source GoogleApi.MigrationCenter.V1.Model.Source (google_api_migration_center v0.5.1)
Source represents an object from which asset information is streamed to Migration Center.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the source was created. -
description
(type:String.t
, default:nil
) - Free-text description. -
displayName
(type:String.t
, default:nil
) - User-friendly display name. -
errorFrameCount
(type:integer()
, default:nil
) - Output only. The number of frames that were reported by the source and contained errors. -
managed
(type:boolean()
, default:nil
) - Iftrue
, the source is managed by other service(s). -
name
(type:String.t
, default:nil
) - Output only. The full name of the source. -
pendingFrameCount
(type:integer()
, default:nil
) - Output only. Number of frames that are still being processed. -
priority
(type:integer()
, default:nil
) - The information confidence of the source. The higher the value, the higher the confidence. -
state
(type:String.t
, default:nil
) - Output only. The state of the source. -
type
(type:String.t
, default:nil
) - Data source type. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the source was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.Source{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, errorFrameCount: integer() | nil, managed: boolean() | nil, name: String.t() | nil, pendingFrameCount: integer() | nil, priority: integer() | nil, state: String.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.