Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 468 Bytes

ListActions200ResponseInner.md

File metadata and controls

20 lines (14 loc) · 468 Bytes

OneLogin::ListActions200ResponseInner

Properties

Name Type Description Notes
name String The name of the Action. [optional]
value String The unique identifier of the action. This should be used when defining actions for a User Mapping. [optional]

Example

require 'onelogin'

instance = OneLogin::ListActions200ResponseInner.new(
  name: null,
  value: null
)