Class: Airavata::GetGroupBatchQueueResourcePolicyList_args
- Inherits:
-
Object
- Object
- Airavata::GetGroupBatchQueueResourcePolicyList_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- GROUPRESOURCEPROFILEID =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, GROUPRESOURCEPROFILEID => {:type => ::Thrift::Types::STRING, :name => 'groupResourceProfileId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15243 |
# File 'lib/airavata.rb', line 15243 def struct_fields; FIELDS; end |
#validate ⇒ Object
15245 15246 15247 15248 |
# File 'lib/airavata.rb', line 15245 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 groupResourceProfileId is unset!') unless @groupResourceProfileId end |