Chronicle v1 API - Class GetFindingsRefinementDeploymentRequest (1.0.0-beta07)

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

Reference documentation and code samples for the Chronicle v1 API class GetFindingsRefinementDeploymentRequest.

Request message for GetFindingsRefinementDeployment method.

Inheritance

object > GetFindingsRefinementDeploymentRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetFindingsRefinementDeploymentRequest()

public GetFindingsRefinementDeploymentRequest()

GetFindingsRefinementDeploymentRequest(GetFindingsRefinementDeploymentRequest)

public GetFindingsRefinementDeploymentRequest(GetFindingsRefinementDeploymentRequest other)
Parameter
Name Description
other GetFindingsRefinementDeploymentRequest

Properties

FindingsRefinementDeploymentName

public FindingsRefinementDeploymentName FindingsRefinementDeploymentName { get; set; }

FindingsRefinementDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
FindingsRefinementDeploymentName

Name

public string Name { get; set; }

Required. The name of the findings refinement to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment

Property Value
Type Description
string