Sha256: 9169d11a4533f7d4563ee3f71aa2467cbc36b3c1578513d39a34c4d4f0b166ae
Contents?: true
Size: 615 Bytes
Versions: 3
Compression:
Stored size: 615 Bytes
Contents
# Gbizinfo::CommendationInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **category** | **String** | 部門 | [optional] | | **date_of_commendation** | **String** | 年月日 | [optional] | | **government_departments** | **String** | 府省 | [optional] | | **target** | **String** | 受賞対象 | [optional] | | **title** | **String** | 表彰名 | [optional] | ## Example ```ruby require 'gbizinfo' instance = Gbizinfo::CommendationInfo.new( category: null, date_of_commendation: null, government_departments: null, target: null, title: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gbizinfo-0.2.1 | docs/CommendationInfo.md |
gbizinfo-0.2.0 | docs/CommendationInfo.md |
gbizinfo-0.1.0 | docs/CommendationInfo.md |