Class: Google::Cloud::Tasks::V2beta2::HttpTarget::Header
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::HttpTarget::Header
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/target.rb
Overview
Defines a header message. A header can have a key and a value.
Instance Attribute Summary collapse
-
#key ⇒ ::String
The key of the header.
-
#value ⇒ ::String
The value of the header.
Instance Attribute Details
#key ⇒ ::String
688 689 690 691 |
# File 'proto_docs/google/cloud/tasks/v2beta2/target.rb', line 688 class Header include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
688 689 690 691 |
# File 'proto_docs/google/cloud/tasks/v2beta2/target.rb', line 688 class Header include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |