Show / Hide Table of Contents

Class ParamValue

Parameter value.

Inheritance
object
ParamValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class ParamValue : IDirectResponseSchema

Properties

ArrayVal

Value of the parameter if type is array.

Declaration
[JsonProperty("arrayVal")]
public virtual IList<string> ArrayVal { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ObjectVal

Optional. Value of the parameter if type is object.

Declaration
[JsonProperty("objectVal")]
public virtual IDictionary<string, string> ObjectVal { get; set; }
Property Value
Type Description
IDictionary<string, string>

StringVal

Value of the parameter if type is string.

Declaration
[JsonProperty("stringVal")]
public virtual string StringVal { get; set; }
Property Value
Type Description
string

Type

Type of parameter.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX