Class: Google::Cloud::GDCHardwareManagement::V1alpha::Contact

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#email::String

Returns Required. Email of the contact.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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

#time_zone::Google::Type::TimeZone

Returns Optional. Time zone of the contact.

Returns:



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