Class: Airavata::RevokeSharingOfResourceFromUsers_args
- Inherits:
-
Object
- Object
- Airavata::RevokeSharingOfResourceFromUsers_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- RESOURCEID =
2
- USERPERMISSIONLIST =
4
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, RESOURCEID => {:type => ::Thrift::Types::STRING, :name => 'resourceId'}, USERPERMISSIONLIST => {:type => ::Thrift::Types::MAP, :name => 'userPermissionList', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I32, :enum_class => ::ResourcePermissionType}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14371 |
# File 'lib/airavata.rb', line 14371 def struct_fields; FIELDS; end |
#validate ⇒ Object
14373 14374 14375 14376 |
# File 'lib/airavata.rb', line 14373 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field resourceId is unset!') unless @resourceId end |