CreateSpreadsheet ​Create​Spreadsheet

yaml
type: "io.kestra.plugin.googleworkspace.sheets.createspreadsheet"
yaml
         id: googleworkspace_sheets_create
         namespace: company.team

         inputs:
           - id: serviceAccount
             type: STRING

         tasks:
           - id: create_spreadsheet
             type: io.kestra.plugin.googleworkspace.sheets.CreateSpreadsheet
             serviceAccount: "{{ inputs.serviceAccount }}"
Properties
Default 120
SubType string
Default ["https://www.googleapis.com/auth/spreadsheets"]