Sha256: 42cce4b2d5f3a535926615d42166d41a3e38c0061ce47dfe76806f80d0e9a7f8

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

# ModerationApi::AccountGet200Response

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  |  |
| **paid_plan_name** | **String** |  |  |
| **text_api_quota** | **Float** |  |  |
| **remaining_quota** | **Float** |  |  |
| **current_project** | [**AccountGet200ResponseCurrentProject**](AccountGet200ResponseCurrentProject.md) |  | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::AccountGet200Response.new(
  id: null,
  paid_plan_name: null,
  text_api_quota: null,
  remaining_quota: null,
  current_project: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/AccountGet200Response.md