Class: VersSdk::VmLogsParams

Inherits:
Object
  • Object
show all
Defined in:
lib/vers_sdk/models.rb

Overview

Query parameters for VmLogsParams

Instance Method Summary collapse

Instance Method Details

#to_hObject



1508
1509
1510
1511
1512
1513
1514
# File 'lib/vers_sdk/models.rb', line 1508

def to_h
  h = {}
  h["offset"] = @offset unless @offset.nil?
  h["max_entries"] = @max_entries unless @max_entries.nil?
  h["stream"] = @stream unless @stream.nil?
  h
end