Class: Google::Cloud::GDCHardwareManagement::V1alpha::Contact
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Contact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Contact details of a point of contact.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Required.
-
#family_name ⇒ ::String
Optional.
-
#given_name ⇒ ::String
Required.
-
#phone ⇒ ::String
Required.
-
#reachable_times ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod>
Optional.
-
#time_zone ⇒ ::Google::Type::TimeZone
Optional.
Instance Attribute Details
#email ⇒ ::String
Returns Required. Email of the contact.
839 840 841 842 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 839 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_name ⇒ ::String
Returns Optional. Family name of the contact.
839 840 841 842 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 839 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#given_name ⇒ ::String
Returns Required. Given name of the contact.
839 840 841 842 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 839 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone ⇒ ::String
Returns Required. Phone number of the contact.
839 840 841 842 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 839 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reachable_times ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod>
Returns Optional. The time periods when the contact is reachable. If this field is empty, the contact is reachable at all times.
839 840 841 842 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 839 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |