View Source GoogleApi.Admin.Directory_v1.Model.Feature (google_api_admin v0.40.0)

JSON template for Feature object in Directory API.

Attributes

  • etags (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#directory#resources#features#Feature) - Kind of resource this is.
  • name (type: String.t, default: nil) - The name of the feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.Feature{
  etags: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.