Skip to content

Commit

Permalink
Adding dummy file to avoid compilation errors. This will b e replaced…
Browse files Browse the repository at this point in the history
… on auto generation
  • Loading branch information
AsabuHere committed Jun 14, 2024
1 parent 772f633 commit a88283b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/java/com/twilio/rest/previewiam/organizations/Token.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* This code was generated by
* ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
* | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
* | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
*
* Organization Public API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* NOTE: This class is auto generated by OpenAPI Generator.
* https://openapi-generator.tech
* Do not edit the class manually.
*/

package com.twilio.rest.previewiam.organizations;


public class Token extends Resource {
private static final long serialVersionUID = 258139119277894L;
}

0 comments on commit a88283b

Please sign in to comment.