Module StateBasedAudienceDefinition.ExcludeConditions

type t = {
  1. exclusionDuration : string;
    (*

    Whether to make the exclusion TEMPORARY or PERMANENT.

    *)
  2. segment : string;
    (*

    The segment condition that will cause a user to be removed from an audience.

    *)
}
val exclusionDuration : (t, string) GapiLens.t
val segment : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t