Sha256: ee931faa95e0164389c730a68317db5ed36ce6983d82111718c98438a45855ed

Contents?: true

Size: 778 Bytes

Versions: 4

Compression:

Stored size: 778 Bytes

Contents

# Buildium::ApplicationResponseMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **section_label** | **String** | A user defined description of the application section. | [optional] |
| **section_type** | **String** | Indicates the application section type. The `SectionType` can be used to identify specific sections within the application. | [optional] |
| **section_responses** | [**Array<ApplicationSectionResponseMessage>**](ApplicationSectionResponseMessage.md) | A collection of form fields within the section. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ApplicationResponseMessage.new(
  section_label: null,
  section_type: null,
  section_responses: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ApplicationResponseMessage.md
buildium-ruby-3.0.0 docs/ApplicationResponseMessage.md
buildium-ruby-2.1.0 docs/ApplicationResponseMessage.md
buildium-ruby-2.0.1 docs/ApplicationResponseMessage.md