Sha256: c325fe5f1ae749e493d3e9da43b0e27d7d305a2527b05e9b10b2267f77ec5bc5

Contents?: true

Size: 897 Bytes

Versions: 3

Compression:

Stored size: 897 Bytes

Contents

# Gbizinfo::HojinInfoUpdateInfoResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<ApiError>**](ApiError.md) | エラー情報(エラーがある場合に出力します。) | [optional] |
| **hojin_infos** | [**Array<HojinInfo>**](HojinInfo.md) | gBizINFOデータ | [optional] |
| **id** | **String** | リクエストid | [optional] |
| **message** | **String** | メッセージ | [optional] |
| **page_number** | **String** | ページ番号 | [optional] |
| **total_count** | **String** | 総件数 | [optional] |
| **total_page** | **String** | 総ページ数 | [optional] |

## Example

```ruby
require 'gbizinfo'

instance = Gbizinfo::HojinInfoUpdateInfoResponse.new(
  errors: null,
  hojin_infos: null,
  id: null,
  message: null,
  page_number: null,
  total_count: null,
  total_page: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gbizinfo-0.2.1 docs/HojinInfoUpdateInfoResponse.md
gbizinfo-0.2.0 docs/HojinInfoUpdateInfoResponse.md
gbizinfo-0.1.0 docs/HojinInfoUpdateInfoResponse.md