Class GetExclusionRequest (3.4.0)

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

The parameters to GetExclusion.

Inheritance

System.Object > GetExclusionRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetExclusionRequest()

public GetExclusionRequest()

GetExclusionRequest(GetExclusionRequest)

public GetExclusionRequest(GetExclusionRequest other)
Parameter
NameDescription
otherGetExclusionRequest

Properties

LogExclusionName

public LogExclusionName LogExclusionName { get; set; }

LogExclusionName-typed view over the Name resource name property.

Property Value
TypeDescription
LogExclusionName

Name

public string Name { get; set; }

Required. The resource name of an existing exclusion:

"projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"

Example: &quot;projects/my-project-id/exclusions/my-exclusion-id&quot;.

Property Value
TypeDescription
String