Module Values_0.RelatedResourceSource

Information about a related resource.

Sourcetype nonrec t = {
  1. resourceType : ResourceType.t option;
    (*

    The type of resource.

    *)
  2. resourceIdentifier : ResourceIdentifier.t option;
    (*

    Information that identifies the resource.

    *)
  3. additionalInfo : StringMap.t option;
    (*

    Other information about the resource.

    *)
}
Sourceval make : ?resourceType:??? -> ?resourceIdentifier:??? -> ?additionalInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `String of CertificateId.t | `Structure of (string * [> `String of PolicyName.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t