View Source GoogleApi.MigrationCenter.V1.Model.SendDiscoveryClientHeartbeatRequest (google_api_migration_center v0.3.1)

A request to send a discovery client heartbeat.

Attributes

  • errors (type: list(GoogleApi.MigrationCenter.V1.Model.Status.t), default: nil) - Optional. Errors affecting client functionality.
  • version (type: String.t, default: nil) - Optional. Client application version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.SendDiscoveryClientHeartbeatRequest{
  errors: [GoogleApi.MigrationCenter.V1.Model.Status.t()] | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.