Class: Google::Cloud::Dataform::V1beta1::SearchTeamFoldersResponse::TeamFolderSearchResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::SearchTeamFoldersResponse::TeamFolderSearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a single content entry.
Instance Attribute Summary collapse
-
#team_folder ⇒ ::Google::Cloud::Dataform::V1beta1::TeamFolder
A TeamFolder resource that is in the project / location.
Instance Attribute Details
#team_folder ⇒ ::Google::Cloud::Dataform::V1beta1::TeamFolder
Returns A TeamFolder resource that is in the project / location.
3119 3120 3121 3122 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 3119 class TeamFolderSearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |