Skip to content

Commit

Permalink
2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
InIn Devops committed Apr 4, 2017
1 parent 922f4d1 commit a6de225
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ With the PureCloud Platform API, you can control all aspects of your PureCloud e
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v2
- Package version: 2.0.18
- Build date: 2017-04-04T10:38:57.763-06:00
- Package version: 2.0.19
- Build date: 2017-04-04T16:40:57.151Z

For more information, please visit [https://developer.mypurecloud.com](https://developer.mypurecloud.com)

## Installation

### from rubygems.org

gem 'purecloudplatformclientv2', '~> 2.0.18'
gem 'purecloudplatformclientv2', '~> 2.0.19'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion build/docs/DomainOrganizationRole.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ title: DomainOrganizationRole
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
| **user_count** | **Integer** | | [optional] |
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **base** | **BOOLEAN** | | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/DomainOrganizationRoleCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ title: DomainOrganizationRoleCreate
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
| **user_count** | **Integer** | | [optional] |
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **base** | **BOOLEAN** | | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/DomainOrganizationRoleUpdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ title: DomainOrganizationRoleUpdate
| **permission_policies** | [**Array<DomainPermissionPolicy>**](DomainPermissionPolicy.html) | | [optional] |
| **user_count** | **Integer** | | [optional] |
| **role_needs_update** | **BOOLEAN** | Optional unless patch operation. | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **base** | **BOOLEAN** | | [optional] |
| **default** | **BOOLEAN** | | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
8 changes: 4 additions & 4 deletions build/docs/JsonNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ title: JsonNode

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **array** | **BOOLEAN** | | [optional] |
| **null** | **BOOLEAN** | | [optional] |
| **node_type** | **String** | | [optional] |
| **float** | **BOOLEAN** | | [optional] |
| **object** | **BOOLEAN** | | [optional] |
| **boolean** | **BOOLEAN** | | [optional] |
| **number** | **BOOLEAN** | | [optional] |
| **object** | **BOOLEAN** | | [optional] |
| **value_node** | **BOOLEAN** | | [optional] |
| **container_node** | **BOOLEAN** | | [optional] |
| **missing_node** | **BOOLEAN** | | [optional] |
| **pojo** | **BOOLEAN** | | [optional] |
Expand All @@ -27,7 +26,8 @@ title: JsonNode
| **big_integer** | **BOOLEAN** | | [optional] |
| **textual** | **BOOLEAN** | | [optional] |
| **binary** | **BOOLEAN** | | [optional] |
| **value_node** | **BOOLEAN** | | [optional] |
| **array** | **BOOLEAN** | | [optional] |
| **null** | **BOOLEAN** | | [optional] |
{: class="table table-striped"}


Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ class DomainOrganizationRole
# Optional unless patch operation.
attr_accessor :role_needs_update

attr_accessor :default

attr_accessor :base

attr_accessor :default

# The URI for this object
attr_accessor :self_uri

Expand All @@ -54,8 +54,8 @@ def self.attribute_map
:'permission_policies' => :'permissionPolicies',
:'user_count' => :'userCount',
:'role_needs_update' => :'roleNeedsUpdate',
:'default' => :'default',
:'base' => :'base',
:'default' => :'default',
:'self_uri' => :'selfUri'
}
end
Expand All @@ -71,8 +71,8 @@ def self.swagger_types
:'permission_policies' => :'Array<DomainPermissionPolicy>',
:'user_count' => :'Integer',
:'role_needs_update' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'base' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'self_uri' => :'String'
}
end
Expand Down Expand Up @@ -121,14 +121,14 @@ def initialize(attributes = {})
self.role_needs_update = attributes[:'roleNeedsUpdate']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'base')
self.base = attributes[:'base']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'selfUri')
self.self_uri = attributes[:'selfUri']
end
Expand Down Expand Up @@ -160,8 +160,8 @@ def ==(o)
permission_policies == o.permission_policies &&
user_count == o.user_count &&
role_needs_update == o.role_needs_update &&
default == o.default &&
base == o.base &&
default == o.default &&
self_uri == o.self_uri
end

Expand All @@ -174,7 +174,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
end

# build the object from hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class DomainOrganizationRoleCreate
# Optional unless patch operation.
attr_accessor :role_needs_update

attr_accessor :default

attr_accessor :base

attr_accessor :default

# The URI for this object
attr_accessor :self_uri

Expand All @@ -55,8 +55,8 @@ def self.attribute_map
:'permission_policies' => :'permissionPolicies',
:'user_count' => :'userCount',
:'role_needs_update' => :'roleNeedsUpdate',
:'default' => :'default',
:'base' => :'base',
:'default' => :'default',
:'self_uri' => :'selfUri'
}
end
Expand All @@ -72,8 +72,8 @@ def self.swagger_types
:'permission_policies' => :'Array<DomainPermissionPolicy>',
:'user_count' => :'Integer',
:'role_needs_update' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'base' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'self_uri' => :'String'
}
end
Expand Down Expand Up @@ -122,14 +122,14 @@ def initialize(attributes = {})
self.role_needs_update = attributes[:'roleNeedsUpdate']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'base')
self.base = attributes[:'base']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'selfUri')
self.self_uri = attributes[:'selfUri']
end
Expand Down Expand Up @@ -165,8 +165,8 @@ def ==(o)
permission_policies == o.permission_policies &&
user_count == o.user_count &&
role_needs_update == o.role_needs_update &&
default == o.default &&
base == o.base &&
default == o.default &&
self_uri == o.self_uri
end

Expand All @@ -179,7 +179,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
end

# build the object from hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class DomainOrganizationRoleUpdate
# Optional unless patch operation.
attr_accessor :role_needs_update

attr_accessor :default

attr_accessor :base

attr_accessor :default

# The URI for this object
attr_accessor :self_uri

Expand All @@ -55,8 +55,8 @@ def self.attribute_map
:'permission_policies' => :'permissionPolicies',
:'user_count' => :'userCount',
:'role_needs_update' => :'roleNeedsUpdate',
:'default' => :'default',
:'base' => :'base',
:'default' => :'default',
:'self_uri' => :'selfUri'
}
end
Expand All @@ -72,8 +72,8 @@ def self.swagger_types
:'permission_policies' => :'Array<DomainPermissionPolicy>',
:'user_count' => :'Integer',
:'role_needs_update' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'base' => :'BOOLEAN',
:'default' => :'BOOLEAN',
:'self_uri' => :'String'
}
end
Expand Down Expand Up @@ -122,14 +122,14 @@ def initialize(attributes = {})
self.role_needs_update = attributes[:'roleNeedsUpdate']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'base')
self.base = attributes[:'base']
end

if attributes.has_key?(:'default')
self.default = attributes[:'default']
end

if attributes.has_key?(:'selfUri')
self.self_uri = attributes[:'selfUri']
end
Expand Down Expand Up @@ -165,8 +165,8 @@ def ==(o)
permission_policies == o.permission_policies &&
user_count == o.user_count &&
role_needs_update == o.role_needs_update &&
default == o.default &&
base == o.base &&
default == o.default &&
self_uri == o.self_uri
end

Expand All @@ -179,7 +179,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
end

# build the object from hash
Expand Down
Loading

0 comments on commit a6de225

Please sign in to comment.