Class: Airavata::GetBatchQueueResourcePolicy_args
- Inherits:
-
Object
- Object
- Airavata::GetBatchQueueResourcePolicy_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- RESOURCEPOLICYID =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, RESOURCEPOLICYID => {:type => ::Thrift::Types::STRING, :name => 'resourcePolicyId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15155 |
# File 'lib/airavata.rb', line 15155 def struct_fields; FIELDS; end |
#validate ⇒ Object
15157 15158 15159 15160 |
# File 'lib/airavata.rb', line 15157 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 resourcePolicyId is unset!') unless @resourcePolicyId end |