Sha256: e03bb594b64736b2ad2b24e6c57ab483e627ed4b200842d13139644e614782cb
Contents?: true
Size: 448 Bytes
Versions: 11
Compression:
Stored size: 448 Bytes
Contents
# AuditApi::Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status_code** | **Integer** | The status code returned in the response sent to the API. | | | **resource_id** | **String** | The ID of the resource that was created. | [optional] | ## Example ```ruby require 'pnap_audit_api' instance = AuditApi::Response.new( status_code: 200, resource_id: 5edf1c9b4215748ac543d721 ) ```
Version data entries
11 entries across 11 versions & 2 rubygems