Sha256: 926a4f316e8ec8c003561679a93cb100b78f30945bcfb4d07f65c73fe720a334

Contents?: true

Size: 872 Bytes

Versions: 3

Compression:

Stored size: 872 Bytes

Contents

# TalonOne::RoleV2ApplicationDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application** | **String** | Name of the Application-related permission set for the given Application. | [optional] 
**campaign** | **String** | Name of the campaign-related permission set for the given Application. | [optional] 
**draft_campaign** | **String** | Name of the draft campaign-related permission set for the given Application. | [optional] 
**tools** | **String** | Name of the tools-related permission set. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RoleV2ApplicationDetails.new(application: null,
                                 campaign: null,
                                 draft_campaign: null,
                                 tools: Tools permission set)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/RoleV2ApplicationDetails.md
talon_one-6.0.0 docs/RoleV2ApplicationDetails.md
talon_one-5.0.0 docs/RoleV2ApplicationDetails.md