GroupShareProperties

Properties

NameTypeDescriptionNotes

edit_privilege

Boolean

edit privilege on a resource

[optional]

share_privilege

Boolean

share privilege on a resource

[optional]

Example

require 'ionoscloud'

instance = Ionoscloud::GroupShareProperties.new(
  edit_privilege: null,
  share_privilege: null
)

Last updated