Alokai

CustomObjectDraft

type CustomObjectDraft = {
  key: Scalars['String'];
  container: Scalars['String']; /** The value should be passed in a form of escaped JSON */
  value: Scalars['String'];
  version?: InputMaybe<Scalars['Long']>;
};

Referenced Types

On this page