GoogleApi.SQLAdmin.V1.Model.AcquireSsrsLeaseContext (google_api_sql_admin v0.71.0)

View Source

Acquire SSRS lease context.

Attributes

  • duration (type: String.t, default: nil) - Lease duration needed for SSRS setup.
  • reportDatabase (type: String.t, default: nil) - The report database to be used for SSRS setup.
  • serviceLogin (type: String.t, default: nil) - The username to be used as the service login to connect to the report database for SSRS setup.
  • setupLogin (type: String.t, default: nil) - The username to be used as the setup login to connect to the database server for SSRS setup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.AcquireSsrsLeaseContext{
  duration: String.t() | nil,
  reportDatabase: String.t() | nil,
  serviceLogin: String.t() | nil,
  setupLogin: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.