Example #1
0
 def Run(self, args):
     client = billing_client.AccountsClient()
     account_ref = utils.ParseAccount(args.account_id)
     return client.Get(account_ref)
Example #2
0
 def Run(self, args):
     """Run the list command."""
     client = billing_client.AccountsClient()
     return client.List(limit=args.limit)