public sealed class UpdateResourceValueConfigRequest : IMessage<UpdateResourceValueConfigRequest>, IEquatable<UpdateResourceValueConfigRequest>, IDeepCloneable<UpdateResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateResourceValueConfigRequest.
Request message to update resource value config
Implements
IMessageUpdateResourceValueConfigRequest, IEquatableUpdateResourceValueConfigRequest, IDeepCloneableUpdateResourceValueConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
UpdateResourceValueConfigRequest()
public UpdateResourceValueConfigRequest()
UpdateResourceValueConfigRequest(UpdateResourceValueConfigRequest)
public UpdateResourceValueConfigRequest(UpdateResourceValueConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateResourceValueConfigRequest |
Properties
ResourceValueConfig
public ResourceValueConfig ResourceValueConfig { get; set; }
Required. The resource value config being updated.
Property Value | |
---|---|
Type | Description |
ResourceValueConfig |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to be updated. If empty all mutable fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |