Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 440 Bytes

MemberPermissionGrantSummaryRep.md

File metadata and controls

22 lines (16 loc) · 440 Bytes

LaunchDarklyApi::MemberPermissionGrantSummaryRep

Properties

Name Type Description Notes
action_set String
actions Array<String>
resource String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MemberPermissionGrantSummaryRep.new(
  action_set: null,
  actions: null,
  resource: null
)