Sha256: c208f867b55c7ea217577652f121a6f62b189a38b187bc237fe004f2546eedf3
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 Bytes
Contents
# DatadogAPIClient::V2::LogsGroupByMissing ## Class instance methods ### `openapi_one_of` Returns the list of classes defined in oneOf. #### Example ```ruby require 'datadog_api_client/v2' DatadogAPIClient::V2::LogsGroupByMissing.openapi_one_of # => # [ # :'Float', # :'String' # ] ``` ### build Find the appropriate object from the `openapi_one_of` list and casts the data into it. #### Example ```ruby require 'datadog_api_client/v2' DatadogAPIClient::V2::LogsGroupByMissing.build(data) # => #<Float:0x00007fdd4aab02a0> DatadogAPIClient::V2::LogsGroupByMissing.build(data_that_doesnt_match) # => nil ``` #### Parameters | Name | Type | Description | | -------- | --------- | -------------------------------------------------- | | **data** | **Mixed** | data to be matched against the list of oneOf items | #### Return type - `Float` - `String` - `nil` (if no type matches)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsGroupByMissing.md |
datadog_api_client-1.5.0 | docs/v2/LogsGroupByMissing.md |