Class: Google::Cloud::SecurityCenter::V1::ContactDetails
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ContactDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/contact_details.rb
Overview
Details about specific contacts
Instance Attribute Summary collapse
-
#contacts ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Contact>
A list of contacts.
Instance Attribute Details
#contacts ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Contact>
Returns A list of contacts.
28 29 30 31 |
# File 'proto_docs/google/cloud/securitycenter/v1/contact_details.rb', line 28 class ContactDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |