google_api_file v0.10.1 GoogleApi.File.V1.Model.FileShareConfig View Source

File share configuration for the instance.

Attributes

  • capacityGb (type: String.t, default: nil) - File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3 bytes.
  • name (type: String.t, default: nil) - The name of the file share (must be 16 characters or less).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.File.V1.Model.FileShareConfig{
  capacityGb: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.