View Source GoogleApi.Datastream.V1.Model.SqlServerProfile (google_api_datastream v0.4.0)

SQLServer database profile

Attributes

  • database (type: String.t, default: nil) - Required. Database for the SQLServer connection.
  • hostname (type: String.t, default: nil) - Required. Hostname for the SQLServer connection.
  • password (type: String.t, default: nil) - Required. Password for the SQLServer connection.
  • port (type: integer(), default: nil) - Port for the SQLServer connection, default value is 1433.
  • username (type: String.t, default: nil) - Required. Username for the SQLServer connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.SqlServerProfile{
  database: String.t() | nil,
  hostname: String.t() | nil,
  password: String.t() | nil,
  port: integer() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.