Sha256: 5fc7d1a148a9727de0d79c9cf10b7746911b6b8968e04084ee1c7c486b3f1cfc

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 Bytes

Contents

// Message that stores capability information specific to typed-value-based
// capabilities.
message TypedValueCapability {
  enum ValueType {
    BOOLEAN = 0;
    FLOAT = 1;
    INTEGER = 2;
    STRING = 3;
  }

  // Type of data of the typed-value capability (required).
  optional ValueType value_type = 1;
  // Default value of the typed-value capability.
  optional string default = 2;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kinokero-0.0.5 lib/proto/typed_value_capability.proto