Module Values.SubDomainSettingSource

Describes the settings for the subdomain.

Sourcetype nonrec t = {
  1. prefix : DomainPrefix.t;
    (*

    The prefix setting for the subdomain.

    *)
  2. branchName : BranchName.t;
    (*

    The branch name setting for the subdomain.

    *)
}
Sourceval context_ : string
Sourceval make : prefix:DomainPrefix.t -> branchName:BranchName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainPrefix.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