IntersightClient::BulkHttpHeader
| Name |
Type |
Description |
Notes |
| class_id |
String |
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. |
[default to 'bulk.HttpHeader'] |
| object_type |
String |
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. |
[default to 'bulk.HttpHeader'] |
| name |
String |
The name of the http header. |
[optional][readonly] |
| value |
String |
The value of the http header. |
[optional][readonly] |
require 'intersight_client'
instance = IntersightClient::BulkHttpHeader.new(
class_id: null,
object_type: null,
name: null,
value: null
)