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

JSON template for a feature instance.

Attributes

  • feature (type: GoogleApi.Admin.Directory_v1.Model.Feature.t, default: nil) - The feature that this is an instance of. A calendar resource may have multiple instances of a feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.FeatureInstance{
  feature: GoogleApi.Admin.Directory_v1.Model.Feature.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.