Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 675 Bytes

GetKubernetesResources200ResponseResourcesLoadBalancerInner.md

File metadata and controls

24 lines (18 loc) · 675 Bytes

VultrRuby::GetKubernetesResources200ResponseResourcesLoadBalancerInner

Properties

Name Type Description Notes
id String Unique identifier for the load balancer [optional]
label String Label given to the load balancer [optional]
date_created String Date the load balancer was created [optional]
status String Status of the load balancer [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::GetKubernetesResources200ResponseResourcesLoadBalancerInner.new(
  id: null,
  label: null,
  date_created: null,
  status: null
)