Class: Airavata::UpdateGroupResourceProfile_args
- Inherits:
-
Object
- Object
- Airavata::UpdateGroupResourceProfile_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- GROUPRESOURCEPROFILE =
2
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, GROUPRESOURCEPROFILE => {:type => ::Thrift::Types::STRUCT, :name => 'groupResourceProfile', :class => ::GroupResourceProfile} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14755 |
# File 'lib/airavata.rb', line 14755 def struct_fields; FIELDS; end |
#validate ⇒ Object
14757 14758 14759 14760 |
# File 'lib/airavata.rb', line 14757 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 groupResourceProfile is unset!') unless @groupResourceProfile end |