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

Cloud Storage bucket profile.

Attributes

  • bucket (type: String.t, default: nil) - Required. The Cloud Storage bucket name.
  • rootPath (type: String.t, default: nil) - The root path inside the Cloud Storage bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.GcsProfile{
  bucket: String.t() | nil,
  rootPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.