class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSchema
Defines the structure and layout of a type of document data.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @json_schema = args[:json_schema] if args.key?(:json_schema) @name = args[:name] if args.key?(:name) @struct_schema = args[:struct_schema] if args.key?(:struct_schema) end