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

PostgreSQL database profile.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.PostgresqlProfile{
  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.