Module GapiAnalyticsV3Model.Webproperty

module Permissions : sig ... end
type t = {
accountId : string;

Account ID to which this web property belongs.

created : GapiDate.t;

Time this web property was created.

dataRetentionResetOnNewActivity : bool;

Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period). Set to false to delete data associated with the user identifer automatically after the rentention period. This property cannot be set on insert.

dataRetentionTtl : string;

The length of time for which user and event data is retained. This property cannot be set on insert.

defaultProfileId : int64;

Default view (profile) ID.

id : string;

Web property ID of the form UA-XXXXX-YY.

industryVertical : string;

The industry vertical/category selected for this web property.

internalWebPropertyId : string;

Internal ID for this web property.

kind : string;

Resource type for Analytics WebProperty.

level : string;

Level for this web property. Possible values are STANDARD or PREMIUM.

name : string;

Name of this web property.

permissions : Permissions.t;

Permissions the user has for this web property.

profileCount : int;

View (Profile) count for this web property.

starred : bool;

Indicates whether this web property is starred or not.

updated : GapiDate.t;

Time this web property was last modified.

websiteUrl : string;

Website url for this web property.

}
val accountId : (t, string) GapiLens.t
val created : (tGapiDate.t) GapiLens.t
val dataRetentionResetOnNewActivity : (t, bool) GapiLens.t
val dataRetentionTtl : (t, string) GapiLens.t
val defaultProfileId : (t, int64) GapiLens.t
val id : (t, string) GapiLens.t
val industryVertical : (t, string) GapiLens.t
val internalWebPropertyId : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val level : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
val permissions : (tPermissions.t) GapiLens.t
val profileCount : (t, int) GapiLens.t
val starred : (t, bool) GapiLens.t
val updated : (tGapiDate.t) GapiLens.t
val websiteUrl : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t