RetrieveOptions

public struct RetrieveOptions : Sendable

Undocumented

  • Besides the basic metadata attributes, developers can request additional attributes by setting attribute_sets parameter with attribute set values, for example &attribute_sets=basic,photos,visit. The requested metadata will be provided in metadata object in the response.

    Declaration

    Swift

    public var attributeSets: [AttributeSet]?
  • Undocumented

    Declaration

    Swift

    public init(attributeSets: [AttributeSet]?)