Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 506 Bytes

ErrorNotFoundErrorsInner.md

File metadata and controls

22 lines (16 loc) · 506 Bytes

RBACApiClient::ErrorNotFoundErrorsInner

Properties

Name Type Description Notes
detail String Detail of the error. [optional]
status String Status of the response [optional]
source String Source of the error. [optional]

Example

require 'insights-rbac-api-client'

instance = RBACApiClient::ErrorNotFoundErrorsInner.new(
  detail: Not found.,
  status: 404,
  source: principals
)