Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 722 Bytes

GroupPropertiesObject.md

File metadata and controls

22 lines (16 loc) · 722 Bytes

LagoAPI::GroupPropertiesObject

Properties

Name Type Description Notes
group_id String Unique identifier of a billable metric group, created by Lago.
invoice_display_name String Specifies the name that will be displayed on an invoice. If no value is set for this field, the name of the actual group will be used as the default display name. [optional]
values GroupPropertiesObjectValues

Example

require 'lago_ruby'

instance = LagoAPI::GroupPropertiesObject.new(
  group_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
  invoice_display_name: AWS,
  values: null
)