GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRuleInstance
Table of Contents ▼
Jump to a specific part of the page:
Description
An instance of a "mid list" rule. Each "mid list" rule defines exactly one cluster.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
role
(type:String.t
, default:nil
)
- -
rule
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule
, default:nil
)
- The rule that this is an instance of. Required.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRuleInstance{
role: String.t() | nil,
rule: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule.t() | nil
}
role: String.t() | nil,
rule: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRuleInstance