View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedClientOp (google_api_content_warehouse v0.4.0)
These are the set of ClientOps that are supported by the device.
Attributes
-   clientOpName(type:String.t, default:nil) - This should be the same as the name of the SemanticClientOp that is supported.
-   clientOpProperties(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiProtobuf.t, default:nil) - The properties associated with the ClientOp. This proto should be associated with the client_op_name.
-   supportedExecution(type:GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedClientOpSupportedExecution.t, default:nil) -
-   version(type:integer(), default:nil) - A version of 0 is the equivalent to not having support for that client_op type. Note that a client_op is also unsupported if it is not included at all in the list of supported client_ops.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedClientOp{ clientOpName: String.t() | nil, clientOpProperties: GoogleApi.ContentWarehouse.V1.Model.AssistantApiProtobuf.t() | nil, supportedExecution: GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedClientOpSupportedExecution.t() | nil, version: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.