Module Values.LinkAttributesSource

Describes the attributes of a link.

Sourcetype nonrec t = {
  1. responderErrorMasking : ResponderErrorMasking.t option;
    (*

    Describes the masking for HTTP error codes.

    *)
  2. customerProvidedId : CustomerProvidedId.t option;
    (*

    The customer-provided unique identifier of the link.

    *)
}
Sourceval make : ?responderErrorMasking:??? -> ?customerProvidedId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of ResponderErrorMaskingForHttpCodeResponseLoggingPercentageFloat.t | `List of [> `Enum of string ] list | `String of ResponderErrorMaskingForHttpCodeHttpCodeString.t ]) list ] list | `String of CustomerProvidedId.t ]) 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