GoogleApi.Storage.V1.Model.BucketAutoclass (google_api_storage v0.32.1) View Source

The bucket's Autoclass configuration.

Attributes

  • enabled (type: boolean(), default: nil) - Whether or not Autoclass is enabled on this bucket
  • toggleTime (type: DateTime.t, default: nil) - A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Storage.V1.Model.BucketAutoclass{
  enabled: boolean() | nil,
  toggleTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.