Class: Google::Privacy::Dlp::V2beta1::ListRootCategoriesResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ListRootCategoriesResponse
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Response for ListRootCategories request.
Instance Attribute Summary collapse
-
#categories ⇒ Array<Google::Privacy::Dlp::V2beta1::CategoryDescription>
List of all into type categories supported by the API.
Instance Attribute Details
#categories ⇒ Array<Google::Privacy::Dlp::V2beta1::CategoryDescription>
Returns List of all into type categories supported by the API.
484 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 484 class ListRootCategoriesResponse; end |