Class: Grafeas::V1::ListOccurrencesResponse

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

Response for listing occurrences.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



198
199
200
201
# File 'proto_docs/grafeas/v1/grafeas.rb', line 198

class ListOccurrencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#occurrences::Array<::Grafeas::V1::Occurrence>



198
199
200
201
# File 'proto_docs/grafeas/v1/grafeas.rb', line 198

class ListOccurrencesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end