别克的环保英雄梦贵不贵?别克Velite 5 正式上市

百度 沈春耀表示,甘肃祁连山环境问题通报后,法工委要求各省级人大常委会对涉及自然保护区环境保护和生态文明建设的地方性法规进行全面自查和清理,截至目前,有30个省区市及部分设区的市在内,已修改、废止相关地方性法规35件,拟修改或废止680件。
public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridContentItem.

An individual hybrid item to inspect. Will be stored temporarily during processing.

Inheritance

object > HybridContentItem

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

HybridContentItem()

public HybridContentItem()

HybridContentItem(HybridContentItem)

public HybridContentItem(HybridContentItem other)
Parameter
Name Description
other HybridContentItem

Properties

FindingDetails

public HybridFindingDetails FindingDetails { get; set; }

Supplementary information that will be added to each finding.

Property Value
Type Description
HybridFindingDetails

Item

public ContentItem Item { get; set; }

The item to inspect.

Property Value
Type Description
ContentItem