Show / Hide Table of Contents

Class Activity.EventsData.ParametersData.MessageValueData

Nested parameter value pairs associated with this parameter. Complex value type for a parameter are returned as a list of parameter values. For example, the address parameter may have a value as [{parameter: [{name: city, value: abc}]}]

Inheritance
object
Activity.EventsData.ParametersData.MessageValueData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class Activity.EventsData.ParametersData.MessageValueData

Properties

Parameter

Parameter values

Declaration
[JsonProperty("parameter")]
public virtual IList<NestedParameter> Parameter { get; set; }
Property Value
Type Description
IList<NestedParameter>
In this article
Back to top Generated by DocFX