Class: Kaltura::KalturaBulkUploadBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaBulkUploadFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bulk_upload_object_type_equalObject

Returns the value of attribute bulk_upload_object_type_equal.



6508
6509
6510
# File 'lib/kaltura_client.rb', line 6508

def bulk_upload_object_type_equal
  @bulk_upload_object_type_equal
end

#bulk_upload_object_type_inObject

Returns the value of attribute bulk_upload_object_type_in.



6509
6510
6511
# File 'lib/kaltura_client.rb', line 6509

def bulk_upload_object_type_in
  @bulk_upload_object_type_in
end

#status_equalObject

Returns the value of attribute status_equal.



6507
6508
6509
# File 'lib/kaltura_client.rb', line 6507

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



6506
6507
6508
# File 'lib/kaltura_client.rb', line 6506

def status_in
  @status_in
end

#uploaded_on_equalObject

Returns the value of attribute uploaded_on_equal.



6505
6506
6507
# File 'lib/kaltura_client.rb', line 6505

def uploaded_on_equal
  @uploaded_on_equal
end

#uploaded_on_greater_than_or_equalObject

Returns the value of attribute uploaded_on_greater_than_or_equal.



6503
6504
6505
# File 'lib/kaltura_client.rb', line 6503

def uploaded_on_greater_than_or_equal
  @uploaded_on_greater_than_or_equal
end

#uploaded_on_less_than_or_equalObject

Returns the value of attribute uploaded_on_less_than_or_equal.



6504
6505
6506
# File 'lib/kaltura_client.rb', line 6504

def uploaded_on_less_than_or_equal
  @uploaded_on_less_than_or_equal
end