Stats.AverageUnsubscriptionRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The average number of unsubscriptions per month for the list(not returned if we haven't calculated it yet)
[System.Text.Json.Serialization.JsonPropertyName("avg_unsub_rate")]
public float? AverageUnsubscriptionRate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("avg_unsub_rate")>]
member this.AverageUnsubscriptionRate : Nullable<single> with get, set
Public Property AverageUnsubscriptionRate As Nullable(Of Single)
Property Value
- Attributes