Class: Google::Privacy::Dlp::V2::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Structured content to inspect. Up to 50,000 +Value+s per request allowed.

Defined Under Namespace

Classes: Row

Instance Attribute Summary collapse

Instance Attribute Details

#headersArray<Google::Privacy::Dlp::V2::FieldId>



124
125
126
127
128
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 124

class Table
  # @!attribute [rw] values
  #   @return [Array<Google::Privacy::Dlp::V2::Value>]
  class Row; end
end

#rowsArray<Google::Privacy::Dlp::V2::Table::Row>



124
125
126
127
128
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 124

class Table
  # @!attribute [rw] values
  #   @return [Array<Google::Privacy::Dlp::V2::Value>]
  class Row; end
end