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



2095
2096
2097
2098
2099
2100
2101
# File 'lib/vers_sdk/models.rb', line 2095

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