Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

File metadata and controls

20 lines (14 loc) · 490 Bytes

ComputeClient::ValidationIssue

Properties

Name Type Description Notes
member String The JSON path which identifies the member which has the issue. Can be null when the issue is not related to a specific member. [optional]
message String The details of the issue.

Example

require 'compute_client'

instance = ComputeClient::ValidationIssue.new(
  member: null,
  message: null
)