Skip to content

MetadataResponse

Azoy edited this page May 6, 2021 · 2 revisions

MetadataResponse

A metadata response is the return type for some runtime functions that either produce metadata or check it.

public struct MetadataResponse 

Properties

type

The type for the metadata requested.

public let type: Any.Type

metadata

The metadata requested.

public var metadata: Metadata 

state

The metadata state of the returned metadata record.

public var state: MetadataState 
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally