View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRuleInstance (google_api_content_warehouse v0.4.0)
An instance of a "mid list" rule. Each "mid list" rule defines exactly one cluster.
Attributes
-
role
(type:String.t
, default:nil
) - -
rule
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule.t
, default:nil
) - The rule that this is an instance of. Required.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRuleInstance{ role: String.t() | nil, rule: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.