Class UserConsent
User consent settings for splash page
[DataContract]
public class UserConsent
- Inheritance
-
UserConsent
- Inherited Members
Constructors
UserConsent()
public UserConsent()
Properties
Message
The consent message to display to users. Undocumented property.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "message")]
public string? Message { get; set; }
Property Value
Required
Whether user consent is required. Undocumented property.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "required")]
public bool? Required { get; set; }
Property Value
- bool?