Class: Airavata::RevokeSharingOfResourceFromGroups_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/airavata.rb

Constant Summary collapse

AUTHZTOKEN =
1
RESOURCEID =
2
GROUPPERMISSIONLIST =
4
FIELDS =
{
  AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken},
  RESOURCEID => {:type => ::Thrift::Types::STRING, :name => 'resourceId'},
  GROUPPERMISSIONLIST => {:type => ::Thrift::Types::MAP, :name => 'groupPermissionList', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I32, :enum_class => ::ResourcePermissionType}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



14417
# File 'lib/airavata.rb', line 14417

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


14419
14420
14421
14422
# File 'lib/airavata.rb', line 14419

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