View Source GoogleApi.Redis.V1beta1.Model.LocationData (google_api_redis v0.43.0)

Attributes

  • blobstoreLocation (type: GoogleApi.Redis.V1beta1.Model.BlobstoreLocation.t, default: nil) -
  • childAssetLocation (type: GoogleApi.Redis.V1beta1.Model.CloudAssetComposition.t, default: nil) -
  • directLocation (type: GoogleApi.Redis.V1beta1.Model.DirectLocationAssignment.t, default: nil) -
  • gcpProjectProxy (type: GoogleApi.Redis.V1beta1.Model.TenantProjectProxy.t, default: nil) -
  • placerLocation (type: GoogleApi.Redis.V1beta1.Model.PlacerLocation.t, default: nil) -
  • spannerLocation (type: GoogleApi.Redis.V1beta1.Model.SpannerLocation.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.LocationData{
  blobstoreLocation: GoogleApi.Redis.V1beta1.Model.BlobstoreLocation.t() | nil,
  childAssetLocation:
    GoogleApi.Redis.V1beta1.Model.CloudAssetComposition.t() | nil,
  directLocation:
    GoogleApi.Redis.V1beta1.Model.DirectLocationAssignment.t() | nil,
  gcpProjectProxy: GoogleApi.Redis.V1beta1.Model.TenantProjectProxy.t() | nil,
  placerLocation: GoogleApi.Redis.V1beta1.Model.PlacerLocation.t() | nil,
  spannerLocation: GoogleApi.Redis.V1beta1.Model.SpannerLocation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.