Voting helps other researchers find interesting modules.
A document schema used to define document structure.
createTime
DateTime.t
nil
description
String.t
displayName
documentIsFolder
boolean()
name
propertyDefinitions
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinition.t)
updateTime
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, documentIsFolder: boolean() | nil, name: String.t() | nil, propertyDefinitions: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinition.t() ] | nil, updateTime: DateTime.t() | nil }
@spec decode(struct(), keyword()) :: struct()