Class UserReviewManyRequest
Inheritance
UserReviewManyRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UserReviewManyRequest : UserManyRequestBase
Properties
Indicates the requested review state of the user.
If true is specified, user will be transitioned into reviewed state. False will put the user back into to be reviewed state.
Declaration
[JsonProperty("reviewed", Required = Required.Always)]
public bool Reviewed { get; set; }
Property Value
If true, no email will be sent to inform the users that they were reviewed.
Declaration
[JsonProperty("suppressEmail", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool SuppressEmail { get; set; }
Property Value
Methods
Declaration
public static UserReviewManyRequest FromJson(string data)
Parameters
Returns