Module StateBasedAudienceDefinition.ExcludeConditions

type t = {
exclusionDuration : string;(*

Whether to make the exclusion TEMPORARY or PERMANENT.

*)
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