Cloud Security Compliance v1 API - Class Parameter (1.0.0-beta01)

public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class Parameter.

Parameters is a key-value pair.

Inheritance

object > Parameter

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

Parameter()

public Parameter()

Parameter(Parameter)

public Parameter(Parameter other)
Parameter
Name Description
other Parameter

Properties

Name

public string Name { get; set; }

Required. The name of the parameter.

Property Value
Type Description
string

ParameterValue

public ParamValue ParameterValue { get; set; }

Required. The value of the parameter

Property Value
Type Description
ParamValue